
26 Nov
2014
26 Nov
'14
8:37 p.m.
Hi Simon,
[snip]
while (length-- > 0) {
if (i2c_write(chip, devaddr++, alen, memaddr++, 1) != 0)
return i2c_report_err(-1, I2C_ERR_WRITE);
/*
- No write delay with FRAM devices.
*/
Should this be indented?
#if !defined(CONFIG_SYS_I2C_FRAM)
udelay(11000);
udelay(11000);
#endif
}
[snip]
Which indent do you mean? The udelay() is within the while loop, so it should. The comment above your note - I kept it as is, aligned with the #if/#endif.
Regards, Lubo