From: Sebastian Hesselbarth Date: Wed, 2 Oct 2013 10:57:20 +0000 (+0200) Subject: net: mv643xx_eth: update statistics timer from timer context only X-Git-Tag: v3.12-rc7~20^2~74^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=041b4ddb84989f06ff1df0ca869b950f1ee3cb1c;p=pandora-kernel.git net: mv643xx_eth: update statistics timer from timer context only Each port driver installs a periodic timer to update port statistics by calling mib_counters_update. As mib_counters_update is also called from non-timer context, we should not reschedule the timer there but rather move it to timer-only context. Signed-off-by: Sebastian Hesselbarth Acked-by: Jason Cooper Signed-off-by: David S. Miller --- Reading git-diff-tree failed