Re: [U-Boot] [PATCH v4 5/9] imx: Add error checking to setup_i2c()

2014-10-22 Thread Simon Glass
On 1 October 2014 19:57, Simon Glass wrote: > Since this function can fail, check its return value. > > Signed-off-by: Simon Glass > Tested-by: Nikita Kiryanov > --- > > Changes in v4: > - Move SATA changes into the next patch Applied to u-boot-dm/master. > > Changes in v3: > - Just warn when

[U-Boot] [PATCH v4 5/9] imx: Add error checking to setup_i2c()

2014-10-01 Thread Simon Glass
Since this function can fail, check its return value. Signed-off-by: Simon Glass Tested-by: Nikita Kiryanov --- Changes in v4: - Move SATA changes into the next patch Changes in v3: - Just warn when one of the board init stages fails Changes in v2: - Add new patch to add error checking to set