From: Mauro Carvalho Chehab <m.che...@samsung.com>

Don't use "dvb" at em28xx v4l module. This was due to a cut
and paste from em28xx-dvb extension.

Signed-off-by: Mauro Carvalho Chehab <m.che...@samsung.com>
---
 drivers/media/usb/em28xx/em28xx-video.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/media/usb/em28xx/em28xx-video.c 
b/drivers/media/usb/em28xx/em28xx-video.c
index 3baf22464c0d..664546959ea0 100644
--- a/drivers/media/usb/em28xx/em28xx-video.c
+++ b/drivers/media/usb/em28xx/em28xx-video.c
@@ -2515,15 +2515,15 @@ static struct em28xx_ops v4l2_ops = {
        .fini = em28xx_v4l2_fini,
 };
 
-static int __init em28xx_dvb_register(void)
+static int __init em28xx_v4l_register(void)
 {
        return em28xx_register_extension(&v4l2_ops);
 }
 
-static void __exit em28xx_dvb_unregister(void)
+static void __exit em28xx_v4l_unregister(void)
 {
        em28xx_unregister_extension(&v4l2_ops);
 }
 
-module_init(em28xx_dvb_register);
-module_exit(em28xx_dvb_unregister);
+module_init(em28xx_v4l_register);
+module_exit(em28xx_v4l_unregister);
-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to