From: Alban Browaeys Date: Tue, 16 Jul 2013 21:57:53 +0000 (-0300) Subject: [media] em28xx: fix assignment of the eeprom data X-Git-Tag: v3.12-rc1~135^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32bf7c6cdf63a6704822c81b7139c54ac1cbd6a1;p=profile%2Fivi%2Fkernel-x86-ivi.git [media] em28xx: fix assignment of the eeprom data Set the config structure pointer to the eeprom data pointer (data, here eedata dereferenced) not the pointer to the pointer to the eeprom data (eedata itself). Signed-off-by: Alban Browaeys Signed-off-by: Frank Schäfer Cc: stable@vger.kernel.org # for v3.10 Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab Cc: stable@vger.kernel.org --- diff --git a/drivers/media/usb/em28xx/em28xx-i2c.c b/drivers/media/usb/em28xx/em28xx-i2c.c index 4851cc2..c4ff973 100644 --- a/drivers/media/usb/em28xx/em28xx-i2c.c +++ b/drivers/media/usb/em28xx/em28xx-i2c.c @@ -726,7 +726,7 @@ static int em28xx_i2c_eeprom(struct em28xx *dev, unsigned bus, *eedata = data; *eedata_len = len; - dev_config = (void *)eedata; + dev_config = (void *)*eedata; switch (le16_to_cpu(dev_config->chip_conf) >> 4 & 0x3) { case 0: