diff options
author | Chad Dupuis <chad.dupuis@qlogic.com> | 2013-02-08 01:57:46 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-02-22 12:24:42 +0000 |
commit | 1bcc46cb74d3ba7471eac57af8931ca1a03e7b36 (patch) | |
tree | 52439be1bf861588368e690058754cc2bee170fb /drivers/scsi/qla2xxx/qla_dbg.c | |
parent | 37f489b580929c542dddc4bb6389d3aeb9bd39be (diff) | |
download | op-kernel-dev-1bcc46cb74d3ba7471eac57af8931ca1a03e7b36.zip op-kernel-dev-1bcc46cb74d3ba7471eac57af8931ca1a03e7b36.tar.gz |
[SCSI] qla2xxx: Reject loopback request if one is already in progress.
If another function on the port has initiated a loopback operation do not
process the current request.
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_dbg.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_dbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_dbg.c b/drivers/scsi/qla2xxx/qla_dbg.c index af045ed..c1d2310 100644 --- a/drivers/scsi/qla2xxx/qla_dbg.c +++ b/drivers/scsi/qla2xxx/qla_dbg.c @@ -24,7 +24,7 @@ * | Async Events | 0x5071 | 0x502b-0x502f | * | | | 0x5047,0x5052 | * | Timer Routines | 0x6011 | | - * | User Space Interactions | 0x70c3 | 0x7018,0x702e, | + * | User Space Interactions | 0x70c4 | 0x7018,0x702e, | * | | | 0x7020,0x7024, | * | | | 0x7039,0x7045, | * | | | 0x7073-0x7075, | |