aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2010-09-24 07:10:06 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-10-22 19:51:46 -0400
commit0e32ee12fbe3fdef23c4a2c8bb135d309f67ebed (patch)
treea0b4726238d71970cc02e0519f855ab416bb7a8c
parent3946b4a5bbf87878efc98d403683c7c224326434 (diff)
[media] go7007: Fix the TW2804 I2C type name
The TW2804 I2C sub-device type name was incorrectly set to wis_twTW2804 for the adlink mpg24 board. Rename it to wis_tw2804. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/staging/go7007/go7007-usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/go7007/go7007-usb.c b/drivers/staging/go7007/go7007-usb.c
index 20ed930b588c..bea9f4d5bc3c 100644
--- a/drivers/staging/go7007/go7007-usb.c
+++ b/drivers/staging/go7007/go7007-usb.c
@@ -394,7 +394,7 @@ static struct go7007_usb_board board_adlink_mpg24 = {
394 .num_i2c_devs = 1, 394 .num_i2c_devs = 1,
395 .i2c_devs = { 395 .i2c_devs = {
396 { 396 {
397 .type = "wis_twTW2804", 397 .type = "wis_tw2804",
398 .id = I2C_DRIVERID_WIS_TW2804, 398 .id = I2C_DRIVERID_WIS_TW2804,
399 .addr = 0x00, /* yes, really */ 399 .addr = 0x00, /* yes, really */
400 }, 400 },