From: Laurent Pinchart Date: Fri, 24 Sep 2010 11:10:06 +0000 (-0300) Subject: [media] go7007: Fix the TW2804 I2C type name X-Git-Tag: v2.6.37-rc1~64^2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e32ee12fbe3fdef23c4a2c8bb135d309f67ebed;p=platform%2Fkernel%2Flinux-stable.git [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 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/staging/go7007/go7007-usb.c b/drivers/staging/go7007/go7007-usb.c index 20ed930..bea9f4d 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 = { .num_i2c_devs = 1, .i2c_devs = { { - .type = "wis_twTW2804", + .type = "wis_tw2804", .id = I2C_DRIVERID_WIS_TW2804, .addr = 0x00, /* yes, really */ },