[media] ioctl numbers are unsigned int
ioctl's number is unsigned int. Fix it at vidioc_default. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
@@ -1110,7 +1110,7 @@ static int cx18_log_status(struct file *file, void *fh)
|
||||
}
|
||||
|
||||
static long cx18_default(struct file *file, void *fh, bool valid_prio,
|
||||
int cmd, void *arg)
|
||||
unsigned int cmd, void *arg)
|
||||
{
|
||||
struct cx18 *cx = fh2id(fh)->cx;
|
||||
|
||||
|
Verwijs in nieuw issue
Block a user