]> asedeno.scripts.mit.edu Git - linux.git/commit
greybus: svc_watchdog: use schedule_delayed_work helper
authorDavid Lin <dtwlin@google.com>
Tue, 2 Aug 2016 03:51:38 +0000 (20:51 -0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 3 Aug 2016 08:59:13 +0000 (10:59 +0200)
commitb6fc2876a060fdd89f6dd55a4923580983092b0f
tree5f2d2bcb73e1bfc16f383e2b61a629838305c8c6
parentea2ff95ab4e178559e63b1ab5a174dd4dd6b4019
greybus: svc_watchdog: use schedule_delayed_work helper

Instead of using the queue_delayed_work call for delayed work on
system_wq, use the schedule_delayed_work helper to be more consistent on
the style.

Testing Done:
 - Check SVC watchdog is pining after the change.

Signed-off-by: David Lin <dtwlin@google.com>
Reviewed-by: Vaibhav Hiremath <vaibhav.hiremath@linaro.org>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/svc_watchdog.c