Title: [7225] trunk/drivers/i2c/busses/i2c-bfin-twi.c: Remove redundant ifdef DEBUG
- Revision
- 7225
- Author
- hennerich
- Date
- 2009-08-21 11:46:36 -0400 (Fri, 21 Aug 2009)
Log Message
Remove redundant ifdef DEBUG
Modified Paths
Diff
Modified: trunk/drivers/i2c/busses/i2c-bfin-twi.c (7224 => 7225)
--- trunk/drivers/i2c/busses/i2c-bfin-twi.c 2009-08-21 09:02:31 UTC (rev 7224)
+++ trunk/drivers/i2c/busses/i2c-bfin-twi.c 2009-08-21 15:46:36 UTC (rev 7225)
@@ -157,7 +157,6 @@
SSYNC();
iface->result = -EIO;
-#ifdef DEBUG
if (mast_stat & LOSTARB)
dev_dbg(&iface->adap.dev, "Lost Arbitration\n");
if (mast_stat & ANAK)
@@ -168,7 +167,7 @@
dev_dbg(&iface->adap.dev, "Buffer Read Error\n");
if (mast_stat & BUFWRERR)
dev_dbg(&iface->adap.dev, "Buffer Write Error\n");
-#endif
+
/* if both err and complete int stats are set, return proper
* results.
*/
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits