]> www.infradead.org Git - users/jedix/linux-maple.git/commit
qla2xxx: Use consistent DL mask for ELS/CT passthru requests.
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Fri, 23 Sep 2011 22:00:21 +0000 (15:00 -0700)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Wed, 9 May 2012 00:40:55 +0000 (17:40 -0700)
commitbe4118542ededac479b1e554f232d5d72cd24cbd
tree799ad7dcb016d381bd8f4f9fc02ecfe15c6c5dff
parent8f27a087a709a88ec8acea2ad744c3198ab8ee7a
qla2xxx: Use consistent DL mask for ELS/CT passthru requests.

Driver is logging a slew of 'good' status requests:

[ 9178.507535] qla2xxx [0000:19:00.1]-503f:15: ELS-CT pass-through-ct pass-through error hdl=379 comp_status-status=0x15 error subcode 1=0x1820 error subcode 2=0x81c8 total_byte = 0x10.
[ 9178.525950] qla2xxx [0000:19:00.1]-503f:15: ELS-CT pass-through-ct pass-through error hdl=37c comp_status-status=0x15 error subcode 1=0x1820 error subcode 2=0x81c8 total_byte = 0x10.
[ 9178.543461] qla2xxx [0000:19:00.1]-503f:15: ELS-CT pass-through-ct pass-through error hdl=37f comp_status-status=0x15 error subcode 1=0x1820 error subcode 2=0x81c8 total_byte = 0x10.
[ 9178.555836] qla2xxx [0000:19:00.1]-503f:15: ELS-CT pass-through-ct pass-through error hdl=382 comp_status-status=0x15 error subcode 1=0x1820 error subcode 2=0x81c8 total_byte = 0x10.

Change from

* ql_log() -> ql_dbg()
* ql_log_info -> ql_dbg_user

Chad/Saurav, does this require a renumbering?

JIRA Key: V2632FC-76
drivers/scsi/qla2xxx/qla_isr.c