Commit d4f1dca6 authored by Dave Jones's avatar Dave Jones

[PATCH] USB: w9968cf driver misplaced ;

parent 1510776b
......@@ -3373,7 +3373,7 @@ w9968cf_v4l_ioctl(struct inode* inode, struct file* filp,
if (copy_from_user(&tuner, arg, sizeof(tuner)))
return -EFAULT;
if (tuner.tuner != 0);
if (tuner.tuner != 0)
return -EINVAL;
strcpy(tuner.name, "no_tuner");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment