From: Nilesh Javali Date: Tue, 19 May 2015 09:51:58 +0000 (-0400) Subject: bnx2i: Fix call trace while device reset X-Git-Tag: omap-for-v4.3/legacy-v2-signed~180^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35843048e7e979df3b7b9f2ad49e21797a11386b;p=pandora-kernel.git bnx2i: Fix call trace while device reset The driver waits for command completion event while cleanup of task within the frwd lock and back locks. The frwd lock was still held which caused the call trace while issuing a device reset. Release the frwd lock along with the back lock to avoid waiting in the lock context. Signed-off-by: Nilesh Javali Reviewed-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed