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

Commit 5313775f authored by Uwe Bugla's avatar Uwe Bugla Committed by Greg Kroah-Hartman
Browse files

[PATCH] i2c-algo-bit: Wipe out dead code



i2c-algo-bit: Wipe out dead code

Signed-off-by: default avatarUwe Bugla <uwe.bugla@gmx.de>
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent b39ad0cf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -372,7 +372,6 @@ static inline int readbytes(struct i2c_adapter *i2c_adap, struct i2c_msg *msg)

	while (count > 0) {
		inval = i2c_inb(i2c_adap);
/*printk("%#02x ",inval); if ( ! (count % 16) ) printk("\n"); */
		if (inval>=0) {
			*temp = inval;
			rdcount++;