Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec32e106 authored by Allen's avatar Allen Committed by Ulf Hansson
Browse files

mmc-host: wbsd: use setup_timer() helper.



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

Signed-off-by: default avatarAllen Pais <allen.lkml@gmail.com>
Reviewed-by: default avatarShawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 563be8b6
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1224,9 +1224,8 @@ static int wbsd_alloc_mmc(struct device *dev)
	/*
	 * Set up timers
	 */
	init_timer(&host->ignore_timer);
	host->ignore_timer.data = (unsigned long)host;
	host->ignore_timer.function = wbsd_reset_ignore;
	setup_timer(&host->ignore_timer, wbsd_reset_ignore,
		    (unsigned long)host);

	/*
	 * Maximum number of segments. Worst case is one sector per segment