]> git.baikalelectronics.ru Git - kernel.git/commit
mmc-host: mxcmmc: use setup_timer() helper.
authorAllen <allen.lkml@gmail.com>
Fri, 22 Sep 2017 12:07:26 +0000 (17:37 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 30 Oct 2017 10:45:55 +0000 (11:45 +0100)
commit3cecee2fb63c5904937b18776df204485d9e9116
tree0aa2d7f66f4969c6756b82b5aff20e4f1cf5f817
parent4940f0c8e169ccc7f5a53d6e89a06ba2da247f02
mmc-host: mxcmmc: use setup_timer() helper.

Use setup_timer function instead of initializing timer with the
   function and data fields.

Signed-off-by: Allen Pais <allen.lkml@gmail.com>
Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mxcmmc.c