Re: [PATCH] mmc: tmio: remove unneeded variable in tmio_mmc_start_command()

2018-07-30 Thread Ulf Hansson
On 25 July 2018 at 10:46, Masahiro Yamada wrote: > Pass TMIO_MASK_CMD to tmio_mmc_enable_mmc_irqs() directly, > and remove the variable, irq_mask. > > Signed-off-by: Masahiro Yamada Thanks, applied for next! Kind regards Uffe > --- > > drivers/mmc/host/tmio_mmc_core.c | 3 +-- > 1 file change

Re: [PATCH] mmc: tmio: remove unneeded variable in tmio_mmc_start_command()

2018-07-25 Thread Wolfram Sang
On Wed, Jul 25, 2018 at 05:46:14PM +0900, Masahiro Yamada wrote: > Pass TMIO_MASK_CMD to tmio_mmc_enable_mmc_irqs() directly, > and remove the variable, irq_mask. > > Signed-off-by: Masahiro Yamada Reviewed-by: Wolfram Sang signature.asc Description: PGP signature

[PATCH] mmc: tmio: remove unneeded variable in tmio_mmc_start_command()

2018-07-25 Thread Masahiro Yamada
Pass TMIO_MASK_CMD to tmio_mmc_enable_mmc_irqs() directly, and remove the variable, irq_mask. Signed-off-by: Masahiro Yamada --- drivers/mmc/host/tmio_mmc_core.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mmc/host/tmio_mmc_core.c b/drivers/mmc/host/tmio_mmc_co