[alim7101] Add pci dev table for auto module loading.
[powerpc.git] / drivers / char / watchdog / mixcomwd.c
index ae94332..c2dac0a 100644 (file)
@@ -185,7 +185,7 @@ static int mixcomwd_ioctl(struct inode *inode, struct file *file,
                        mixcomwd_ping();
                        break;
                default:
-                       return -ENOIOCTLCMD;
+                       return -ENOTTY;
        }
        return 0;
 }