Skip to content

Commit

Permalink
V4L (0973): Another build fix for compat_ioctl32.c
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
Mishal� Pytasz authored and Mauro Carvalho Chehab committed Jan 9, 2006
1 parent 133b735 commit 97e2a01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/compat_ioctl32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 97e2a01

Please sign in to comment.