From 8b09e8cf369da1282fa55c2e4a36c89d6f5c6208 Mon Sep 17 00:00:00 2001 From: Mark Einon Date: Wed, 3 Sep 2014 22:40:55 +0100 Subject: [PATCH] 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-format-patch failed