pid namespaces: make proc_flush_task() actually from entries from multiple namespaces
[powerpc.git] / fs / compat_ioctl.c
index 6dacd39..a4284cc 100644 (file)
@@ -3001,7 +3001,7 @@ static int __init init_sys32_ioctl(void)
        int i;
 
        for (i = 0; i < ARRAY_SIZE(ioctl_start); i++) {
-               if (ioctl_start[i].next != 0) {
+               if (ioctl_start[i].next) {
                        printk("ioctl translation %d bad\n",i);
                        return -1;
                }