diff options
-rw-r--r-- | linux/drivers/media/video/compat_ioctl32.c | 1 | ||||
-rw-r--r-- | v4l/ChangeLog | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/linux/drivers/media/video/compat_ioctl32.c b/linux/drivers/media/video/compat_ioctl32.c index dd6053a80..0321ae294 100644 --- a/linux/drivers/media/video/compat_ioctl32.c +++ b/linux/drivers/media/video/compat_ioctl32.c @@ -310,6 +310,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) diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 8c7467518..6ea5e0ea4 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,11 @@ +2005-11-11 09:36 nshmyrev + + * ../linux/drivers/media/video/compat_ioctl32.c: + + - Hope, it's last patch to build compat_ioctl32.c. + + Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru> + 2005-11-11 06:59 nshmyrev * ../linux/drivers/media/video/compat_ioctl32.c: |