mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 01:20:52 +07:00
V4L/DVB (12976): SAA7164: Removed bus registration messages from driver startup
SAA7164: Removed bus registration messages from driver startup Signed-off-by: Steven Toth <stoth@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
efac8aaa8e
commit
b8298e7e58
@ -127,10 +127,7 @@ int saa7164_i2c_register(struct saa7164_i2c *bus)
|
||||
|
||||
bus->i2c_client.adapter = &bus->i2c_adap;
|
||||
|
||||
if (0 == bus->i2c_rc) {
|
||||
printk(KERN_ERR "%s: i2c bus %d registered\n",
|
||||
dev->name, bus->nr);
|
||||
} else
|
||||
if (0 != bus->i2c_rc)
|
||||
printk(KERN_ERR "%s: i2c bus %d register FAILED\n",
|
||||
dev->name, bus->nr);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user