Skip to content

Commit

Permalink
V4L/DVB (12793): tm6000: On some kernels, eeprom reading were generat…
Browse files Browse the repository at this point in the history
…ing a bug

Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
mchehab authored and Mauro Carvalho Chehab committed May 18, 2010
1 parent dc6a02a commit 88894cb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/staging/tm6000/tm6000-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 88894cb

Please sign in to comment.