Commit 88894cba authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Mauro Carvalho Chehab

V4L/DVB (12793): tm6000: On some kernels, eeprom reading were generating a bug

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent dc6a02aa
......@@ -333,12 +333,6 @@ static int attach_inform(struct i2c_client *client)
client->driver->driver.name, client->addr, client->name);
switch (client->addr<<1) {
case 0xa0:
tm6000_i2c_eeprom(dev, eedata, sizeof(eedata)-1);
eedata[sizeof(eedata)]='\0';
printk("Board string ID = %s\n",eedata);
return 0;
case 0xb0:
request_module("tvaudio");
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment