提交 5313775f 编写于 作者: U Uwe Bugla 提交者: Greg Kroah-Hartman

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

i2c-algo-bit: Wipe out dead code
Signed-off-by: NUwe Bugla <uwe.bugla@gmx.de>
Signed-off-by: NJean Delvare <khali@linux-fr.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 b39ad0cf
......@@ -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++;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册