Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8298e7e authored by Steven Toth's avatar Steven Toth Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (12976): SAA7164: Removed bus registration messages from driver startup



SAA7164: Removed bus registration messages from driver startup

Signed-off-by: default avatarSteven Toth <stoth@kernellabs.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent efac8aaa
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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);