--- margi2/i2c.c 2000/12/03 22:41:04 1.1 +++ margi2/i2c.c 2001/04/25 15:31:09 1.2 @@ -126,8 +126,6 @@ int I2CSendByte(struct cvdv_cards *card, out(card); } i = I2CAck(card, 1); - // if (i) - // printk("AckErr\n"); return i; } @@ -171,7 +169,7 @@ void I2CScanBus(struct cvdv_cards *card) for (i = 0; i < 0xff; i += 2) { if (!I2CScan(card, i)) - printk("Found i2c device at %d\n", i); + MDEBUG(0,"Found i2c device at %d\n", i); } }