From: Ludovico Cavedon Date: Fri, 2 Nov 2007 19:37:32 +0000 (-0300) Subject: V4L/DVB (6531): Fix a regression caused by commit 153962364dc6fa4a24571885fbe76506d89... X-Git-Tag: upstream/snapshot3+hdmi~29184^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c6da5c41e39abc8d775a14f3bea28bec6c76d69;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git V4L/DVB (6531): Fix a regression caused by commit 153962364dc6fa4a24571885fbe76506d8968610 From: Ludovico Cavedon Signed-off-by: Ludovico Cavedon Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/em28xx/em28xx-i2c.c b/drivers/media/video/em28xx/em28xx-i2c.c index 997d067..5f477d1 100644 --- a/drivers/media/video/em28xx/em28xx-i2c.c +++ b/drivers/media/video/em28xx/em28xx-i2c.c @@ -418,6 +418,7 @@ static int attach_inform(struct i2c_client *client) switch (client->addr << 1) { case 0x43: case 0x4b: + case 0x86: { struct tuner_setup tun_setup;