]> www.infradead.org Git - users/jedix/linux-maple.git/commit
qla2xxx: Remove qla2x00_wait_for_loop_ready function.
authorSaurav Kashyap <saurav.kashyap@qlogic.com>
Thu, 11 Aug 2011 20:09:37 +0000 (13:09 -0700)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Fri, 16 Dec 2011 22:29:26 +0000 (14:29 -0800)
commitc24d55d67ffbde2b5829d2a783c8efda442cc423
tree016a6040a3fed48512aa729a7961c02c6a155b46
parentbcb825de5d8640842496b93bb619123d9ed76b88
qla2xxx: Remove qla2x00_wait_for_loop_ready function.

This function can wait for 5min under certain scenarios. One of them is when
the port is down from switch and bus reset is issued. The bus reset used to
wait for 5 minutes for the loop and upper layer callers used to hang and give
stack trace because of getting stuck for 120 sec. Its legacy code that was used
when the driver used to do queuing of the commands.

Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
drivers/scsi/qla2xxx/qla_os.c