]> git.baikalelectronics.ru Git - kernel.git/commit
[media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev* (2)
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sat, 23 Oct 2010 12:13:37 +0000 (09:13 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 22 Nov 2010 13:56:16 +0000 (11:56 -0200)
commit6e3a9d4d2649df6aa52a3ca8b914ab97f1d6e0e1
treee1bbbca078870ffc19cf178c06bce75880324c0b
parentc7f8e3e638b5a86311311ce36bd2a2bd1157c80f
[media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev* (2)

With the v4l2_i2c_new_subdev* functions now supporting loading modules
based on modaliases, replace the hardcoded module name passed to those
functions by NULL in the cafe-ccic, via-camera and s5p-fimc drivers.

All corresponding I2C modules have been checked, and all of them include
a module aliases table with names corresponding to what the drivers
modified here use.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cafe_ccic.c
drivers/media/video/s5p-fimc/fimc-capture.c
drivers/media/video/via-camera.c