From: Arun Easi Date: Tue, 4 Aug 2015 17:38:02 +0000 (-0400) Subject: qla2xxx: Fix missing device login retries. X-Git-Tag: omap-for-v4.3/fixes-rc1~115^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d0285ecb61800a9e6808f716b880eae95f14bc;p=pandora-kernel.git qla2xxx: Fix missing device login retries. On certain conditions, login failures will just invoke qla2x00_mark_device_lost() with the intend to do login again; but if login_retry has been set already, that would fail to set the relogin needed flag which is required to wakeup the DPC to retry. Signed-off-by: Arun Easi Signed-off-by: Himanshu Madhani Signed-off-by: James Bottomley --- Reading git-diff-tree failed