[U-Boot] [PATCH 3/6] mx6qarm2: Remove unneeded error message when cpu_eth_init() fails

Fabio Estevam festevam at gmail.com
Sat Jan 4 20:39:01 CET 2014


Hi Wolfgang,

On Sat, Jan 4, 2014 at 5:26 PM, Wolfgang Denk <wd at denx.de> wrote:
> Dear Fabio Estevam,
>
> In message <1388853097-3068-3-git-send-email-festevam at gmail.com> you wrote:
>>
>> +     int ret = cpu_eth_init(bis);
>> +     if (ret)
>>               return ret;
>
> Please separate declarations and code by a blank line.  Thanks.

Fixed in v2, thanks.


More information about the U-Boot mailing list