Merge branches 'fixes' and 'fixes2' into devel-late
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / media / video / meye.c
index b09a3c8..7bc7752 100644 (file)
@@ -1570,7 +1570,7 @@ static long vidioc_default(struct file *file, void *fh, bool valid_prio,
                return meyeioc_stilljcapt((int *) arg);
 
        default:
-               return -EINVAL;
+               return -ENOTTY;
        }
 
 }