diff options
author | Chad Dupuis <chad.dupuis@qlogic.com> | 2012-05-15 14:34:23 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-05-22 11:41:17 +0100 |
commit | daae62a33e4f9b998cc8bf985fdf9eda62c10e57 (patch) | |
tree | 7c206436f651f310ac97e86b1d2083885cb4d37a /drivers/scsi/qla2xxx/qla_dbg.c | |
parent | 00adc9a034e0b8e2307316ae49754f7ba35f93df (diff) | |
download | blackbird-op-linux-daae62a33e4f9b998cc8bf985fdf9eda62c10e57.tar.gz blackbird-op-linux-daae62a33e4f9b998cc8bf985fdf9eda62c10e57.zip |
[SCSI] qla2xxx: Log link up and link down messages to track link flops.
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: Chad Dupuis <chad.dupuis@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 8e39f8a08ac2..1457186a0f2c 100644 --- a/drivers/scsi/qla2xxx/qla_dbg.c +++ b/drivers/scsi/qla2xxx/qla_dbg.c @@ -19,7 +19,7 @@ * | Queue Command and IO tracing | 0x3030 | 0x3006,0x3008 | * | | | 0x302d-0x302e | * | DPC Thread | 0x401c | 0x4002,0x4013 | - * | Async Events | 0x505d | 0x502b-0x502f | + * | Async Events | 0x505f | 0x502b-0x502f | * | | | 0x5047,0x5052 | * | Timer Routines | 0x6011 | | * | User Space Interactions | 0x709f | 0x7018,0x702e, | |