[media] go7007: Don't use module names to load I2C modules
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 24 Sep 2010 11:11:59 +0000 (08:11 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 22 Oct 2010 23:52:04 +0000 (21:52 -0200)
commit50fbc5a463d48525eca9b4cb78d7ad4818d39532
treee8cf84b39c4a24d0471e5d1ee490808c0f68f5b8
parent0e32ee12fbe3fdef23c4a2c8bb135d309f67ebed
[media] go7007: Don't use module names to load I2C modules

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.

All corresponding I2C modules have been checked, and all of them include
a module aliases table with names corresponding to what the go7007
driver uses.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/go7007/go7007-driver.c