
30 Aug
2011
30 Aug
'11
7:16 p.m.
On Monday, August 29, 2011 08:14:05 Graeme Russ wrote:
--- a/drivers/i2c/soft_i2c.c +++ b/drivers/i2c/soft_i2c.c
#ifdef DEBUG_I2C #define PRINTD(fmt,args...) do { \
- if (gd->have_console) \ printf (fmt ,##args); \ } while (0)
#else
the "do {} while (0)" can go away now -mike