Re: [U-Boot] [PATCH v3 1/8] mmc: squash lines for immediate return

2016-09-08 Thread Jaehoon Chung
On 09/06/2016 10:17 PM, Masahiro Yamada wrote: > These functions can be much simpler by squashing lines for immediate > return. > > For *_bind() callbacks, they will be a simple wrapper function of an > upper-level bind API. > > For mmc_set_{boot_bus_width,part_conf}, they will be a wrapper of >

[U-Boot] [PATCH v3 1/8] mmc: squash lines for immediate return

2016-09-06 Thread Masahiro Yamada
These functions can be much simpler by squashing lines for immediate return. For *_bind() callbacks, they will be a simple wrapper function of an upper-level bind API. For mmc_set_{boot_bus_width,part_conf}, they will be a wrapper of mmc_switch(). Signed-off-by: Masahiro Yamada