Merge branch 'master' of /home/cbou/linux-2.6
[pandora-kernel.git] / arch / ia64 / sn / kernel / sn2 / sn2_smp.c
index 6dd886c..e585f9a 100644 (file)
@@ -512,7 +512,7 @@ static ssize_t sn2_ptc_proc_write(struct file *file, const char __user *user, si
        int cpu;
        char optstr[64];
 
-       if (count > sizeof(optstr))
+       if (count == 0 || count > sizeof(optstr))
                return -EINVAL;
        if (copy_from_user(optstr, user, count))
                return -EFAULT;