提交 88894cba 编写于 作者: M Mauro Carvalho Chehab 提交者: Mauro Carvalho Chehab

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

Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册