[U-Boot] [PATCH v2 04/24] dm: mmc: Move mmc_switch_part() above its callers
Simon Glass
sjg at chromium.org
Sat May 14 21:37:30 CEST 2016
On 1 May 2016 at 13:52, Simon Glass <sjg at chromium.org> wrote:
> This function is defined after it is used. In preparation for making it
> static, move it up a little. Also drop the printf() which should not appear
> in a driver.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
> drivers/mmc/mmc.c | 45 +++++++++++++++++++++------------------------
> 1 file changed, 21 insertions(+), 24 deletions(-)
Applied to u-boot-dm.
More information about the U-Boot
mailing list