From: Mark Einon Date: Wed, 3 Sep 2014 21:40:55 +0000 (+0100) Subject: staging: et131x: Remove spinlock fbr_lock X-Git-Tag: fixes-for-v3.18-merge-window~15^2~750 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b09e8cf369da1282fa55c2e4a36c89d6f5c6208;p=pandora-kernel.git staging: et131x: Remove spinlock fbr_lock The spinlock fbr_lock is only used in a single call sequence staring from et131x_poll. As this call is already locked by napi->poll_lock, we can remove it. Signed-off-by: Mark Einon Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed