From: Nithin Nayak Sujir Date: Mon, 3 Dec 2012 19:36:56 +0000 (+0000) Subject: tg3: Fix inconsistent locking for tg3_netif_start(). X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=357630668a638418d542d0e331c90c01a091a3f1;p=pandora-kernel.git tg3: Fix inconsistent locking for tg3_netif_start(). Every caller holds tp->lock when calling tg3_netif_start() except tg3_io_resume(). Fix it so that it is all consistent. The subsequent PTP patches add tg3_ptp_resume() to tg3_netif_start() and the tp->lock is required. Signed-off-by: Nithin Nayak Sujir Signed-off-by: Michael Chan Acked-by: Richard Cochran Signed-off-by: David S. Miller --- Reading git-diff-tree failed