]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/misc/lkdtm.c
Merge branch 'omap-fixes'
[linux-2.6-omap-h63xx.git] / drivers / misc / lkdtm.c
index c884730c5eafc55701486be80c13450f1f6a09e8..1bfe5d16963b9ece644b25c5bb81a411d2c1045f 100644 (file)
@@ -197,7 +197,7 @@ static int lkdtm_parse_commandline(void)
 {
        int i;
 
-       if (cpoint_name == INVALID || cpoint_type == NONE ||
+       if (cpoint_name == NULL || cpoint_type == NULL ||
                                        cpoint_count < 1 || recur_count < 1)
                return -EINVAL;