OSDN Git Service

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)
commitc7ddaa2ec992a096905d897fc00ae4901a912f2f
tree0aa2d7f66f4969c6756b82b5aff20e4f1cf5f817
parent15e8c7d9c17b3f2eb6d2547658582a67e15a93ac
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