Unverified Commit b3ae81a3 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!1749 Input: cyttsp4_core - change del_timer_sync() to timer_shutdown_sync()

parents ed1a8519 717e1ea8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1249,9 +1249,8 @@ static void cyttsp4_stop_wd_timer(struct cyttsp4 *cd)
	 * Ensure we wait until the watchdog timer
	 * running on a different CPU finishes
	 */
	del_timer_sync(&cd->watchdog_timer);
	timer_shutdown_sync(&cd->watchdog_timer);
	cancel_work_sync(&cd->watchdog_work);
	del_timer_sync(&cd->watchdog_timer);
}

static void cyttsp4_watchdog_timer(struct timer_list *t)