mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
V4L (0973): Another build fix for compat_ioctl32.c
- Another build fix for compat_ioctl32.c Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
This commit is contained in:
parent
133b735416
commit
97e2a01b6b
@ -309,6 +309,7 @@ long v4l_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg)
|
||||
break;
|
||||
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
#else
|
||||
long v4l_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg)
|
||||
|
Loading…
Reference in New Issue
Block a user