Re: [U-Boot] [PATCH] board: sunxi: Remove unused local variables

2018-08-20 Thread Jagan Teki
On Mon, Aug 20, 2018 at 5:54 PM, Maxime Ripard wrote: > On Mon, Aug 20, 2018 at 05:45:47PM +0530, Jagan Teki wrote: >> variables buf from board_mmc_init, and ret from misc_init_r >> were unused on the functions, so remove it. >> >> Signed-off-by: Jagan Teki > > Acked-by: Maxime Ripard Applied t

Re: [U-Boot] [PATCH] board: sunxi: Remove unused local variables

2018-08-20 Thread Maxime Ripard
On Mon, Aug 20, 2018 at 05:45:47PM +0530, Jagan Teki wrote: > variables buf from board_mmc_init, and ret from misc_init_r > were unused on the functions, so remove it. > > Signed-off-by: Jagan Teki Acked-by: Maxime Ripard Maxime -- Maxime Ripard, Bootlin (formerly Free Electrons) Embedded Li

[U-Boot] [PATCH] board: sunxi: Remove unused local variables

2018-08-20 Thread Jagan Teki
variables buf from board_mmc_init, and ret from misc_init_r were unused on the functions, so remove it. Signed-off-by: Jagan Teki --- board/sunxi/board.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/board/sunxi/board.c b/board/sunxi/board.c index 857d5ff010..d1d7f9f400 100644 --- a/board