]> asedeno.scripts.mit.edu Git - linux.git/commit
mmc-host: wbsd: use setup_timer() helper.
authorAllen <allen.lkml@gmail.com>
Fri, 22 Sep 2017 12:07:23 +0000 (17:37 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 30 Oct 2017 10:45:53 +0000 (11:45 +0100)
commitec32e106a112e79385e4c78a7aede39dc34cad6a
treed9a76be9fb238c5b19c44eef41d6d72acc557a8c
parent563be8b60324f8947e9c71ec81a8cb67ea2f2127
mmc-host: wbsd: 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/wbsd.c