[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:
Mauro Carvalho Chehab
2013-03-26 08:04:52 -03:00
bovenliggende 2f9e96c39f
commit 6d43be7789
7 gewijzigde bestanden met toevoegingen van 7 en 7 verwijderingen

Bestand weergeven

@@ -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;