diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-06 19:19:12 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-06 19:19:12 +0000 |
commit | df494baee07b4aa44ff5f8791cd4b972e3c7c8c3 (patch) | |
tree | be4d89fa7e12b9b167d0e52bab3449ada58104be /linux/drivers/media/video | |
parent | f987d5c10765573cc585947390dc8f42706b0d0f (diff) | |
download | mediapointer-dvb-s2-df494baee07b4aa44ff5f8791cd4b972e3c7c8c3.tar.gz mediapointer-dvb-s2-df494baee07b4aa44ff5f8791cd4b972e3c7c8c3.tar.bz2 |
Latest patch #ifs were wrong. fixing.
kernel-sync.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx-video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-video.c b/linux/drivers/media/video/em28xx/em28xx-video.c index 936e323ef..0e5489575 100644 --- a/linux/drivers/media/video/em28xx/em28xx-video.c +++ b/linux/drivers/media/video/em28xx/em28xx-video.c @@ -2164,7 +2164,7 @@ static void em28xx_usb_disconnect(struct usb_interface *interface) } static struct usb_driver em28xx_usb_driver = { -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,15) +#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,15) .owner = THIS_MODULE, #endif .name = "em28xx", |