]> Pileus Git - ~andy/linux/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)
commitaa2d8cbe169b7328eeabc9e2debccf5aee6f9199
treee1bbbca078870ffc19cf178c06bce75880324c0b
parent6b101926f98b54549128db4d34f4a73b5f03fecc
[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