Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[deliverable/linux.git] / net / core / link_watch.c
index a7b3421318696e0e8dc596f19658774810f44a59..357bd4ee4baa324f1402ae3d7a44c37ce4d1e46e 100644 (file)
@@ -126,7 +126,7 @@ static void linkwatch_schedule_work(int urgent)
                return;
 
        /* It's already running which is good enough. */
-       if (!cancel_delayed_work(&linkwatch_work))
+       if (!__cancel_delayed_work(&linkwatch_work))
                return;
 
        /* Otherwise we reschedule it again for immediate execution. */
This page took 0.028838 seconds and 5 git commands to generate.