From: Russell King Date: Tue, 8 Jul 2014 11:40:12 +0000 (+0100) Subject: net: fec: move calls to quiesce/resume packet processing out of fec_restart() X-Git-Tag: cleanup-for-v3.18~108^2~202^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbc64a8ea231271c580b5a570bc48cf42203fe0e;p=pandora-kernel.git net: fec: move calls to quiesce/resume packet processing out of fec_restart() Move the calls to quiesce and resume packet processing out of fec_restart() to its call sites. This is the first step in a two stage clean up of this code, where we just move the calls out of fec_restart() without changing them. Not everywhere needs to issue these calls, and not everywhere needs all of these calls to be issued. Acked-by: Fugang Duan Signed-off-by: Russell King Signed-off-by: David S. Miller --- Reading git-diff-tree failed