commit | cdb67f32feb822d3c59f70c0c26fdb63ee1e4e02 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Sep 06 22:17:32 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 23 17:53:44 2016 -0400 |
tree | 53282ede51b26d1358e8e375d31f1b7eee271dab | |
parent | 2f94e0069b9d7531d6efc626b890aa87981d96d7 [diff] |
mmc: squash lines for immediate return 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 <yamada.masahiro@socionext.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>