diff options
author | Bart Van Assche <bvanassche@acm.org> | 2013-06-25 11:27:23 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-07-08 12:25:58 -0400 |
commit | a44c72f309224973ffc7c7dfeee6e354c6f3d739 (patch) | |
tree | ea638beefd9465709fcaaf76a54b83306425f66a /drivers/scsi/qla2xxx/qla_dbg.c | |
parent | 090fc2e2cf6a2763f609af6f128a812d5051d935 (diff) |
[SCSI] qla2xxx: Clean up qla84xx_mgmt_cmd()
Remove dead code, simplify a pointer computation and move the
ql84_mgmt assignment to just before its first use.
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
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 91a11667a477..74a2121783c9 100644 --- a/drivers/scsi/qla2xxx/qla_dbg.c +++ b/drivers/scsi/qla2xxx/qla_dbg.c | |||
@@ -36,7 +36,7 @@ | |||
36 | * | | | 0x70a8,0x70ab, | | 36 | * | | | 0x70a8,0x70ab, | |
37 | * | | | 0x70ad-0x70ae, | | 37 | * | | | 0x70ad-0x70ae, | |
38 | * | | | 0x70d1-0x70da, | | 38 | * | | | 0x70d1-0x70da, | |
39 | * | | | 0x7047 | | 39 | * | | | 0x7047,0x703b | |
40 | * | Task Management | 0x803c | 0x8025-0x8026 | | 40 | * | Task Management | 0x803c | 0x8025-0x8026 | |
41 | * | | | 0x800b,0x8039 | | 41 | * | | | 0x800b,0x8039 | |
42 | * | AER/EEH | 0x9011 | | | 42 | * | AER/EEH | 0x9011 | | |