]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[media] zoran: Don't use module names to load I2C modules
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 24 Sep 2010 11:19:18 +0000 (08:19 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 22 Oct 2010 23:52:28 +0000 (21:52 -0200)
commit99f7d81bd7c33a31cbd8c87757fa4faa8c6b1425
tree41b58bf1e58a669014fbeaadbd683c9598337849
parent50fbc5a463d48525eca9b4cb78d7ad4818d39532
[media] zoran: 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 zoran driver
uses.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/zoran/zoran.h
drivers/media/video/zoran/zoran_card.c