diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2008-07-23 02:39:42 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-27 10:06:33 -0400 |
commit | 07767ebda385956bd2b193f9820de719475bfe6e (patch) | |
tree | eaf521c123c0c410f5ce9d5558b8566a24eadc4e /drivers/media/video/gspca/vc032x.c | |
parent | c6edaf1674d3c17770b1c9966306b802adb21a2b (diff) |
V4L/DVB (8512): gspca: Do not use the driver_info field of usb_device_id.
The field driver_info will be used to handle the specific per webcam
information.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/gspca/vc032x.c')
-rw-r--r-- | drivers/media/video/gspca/vc032x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/vc032x.c b/drivers/media/video/gspca/vc032x.c index e306ac420298..46cff48e6297 100644 --- a/drivers/media/video/gspca/vc032x.c +++ b/drivers/media/video/gspca/vc032x.c | |||
@@ -1438,7 +1438,6 @@ static int sd_config(struct gspca_dev *gspca_dev, | |||
1438 | } | 1438 | } |
1439 | 1439 | ||
1440 | cam = &gspca_dev->cam; | 1440 | cam = &gspca_dev->cam; |
1441 | cam->dev_name = (char *) id->driver_info; | ||
1442 | cam->epaddr = 0x02; | 1441 | cam->epaddr = 0x02; |
1443 | if (sd->bridge == BRIDGE_VC0321) { | 1442 | if (sd->bridge == BRIDGE_VC0321) { |
1444 | cam->cam_mode = vc0321_mode; | 1443 | cam->cam_mode = vc0321_mode; |