diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_isr.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_isr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_isr.c b/drivers/scsi/qla2xxx/qla_isr.c index 1b60a95adb50..ae8e298746ba 100644 --- a/drivers/scsi/qla2xxx/qla_isr.c +++ b/drivers/scsi/qla2xxx/qla_isr.c | |||
@@ -63,7 +63,7 @@ qla2100_intr_handler(int irq, void *dev_id) | |||
63 | 63 | ||
64 | /* | 64 | /* |
65 | * Issue a "HARD" reset in order for the RISC interrupt | 65 | * Issue a "HARD" reset in order for the RISC interrupt |
66 | * bit to be cleared. Schedule a big hammmer to get | 66 | * bit to be cleared. Schedule a big hammer to get |
67 | * out of the RISC PAUSED state. | 67 | * out of the RISC PAUSED state. |
68 | */ | 68 | */ |
69 | WRT_REG_WORD(®->hccr, HCCR_RESET_RISC); | 69 | WRT_REG_WORD(®->hccr, HCCR_RESET_RISC); |
@@ -169,7 +169,7 @@ qla2300_intr_handler(int irq, void *dev_id) | |||
169 | /* | 169 | /* |
170 | * Issue a "HARD" reset in order for the RISC | 170 | * Issue a "HARD" reset in order for the RISC |
171 | * interrupt bit to be cleared. Schedule a big | 171 | * interrupt bit to be cleared. Schedule a big |
172 | * hammmer to get out of the RISC PAUSED state. | 172 | * hammer to get out of the RISC PAUSED state. |
173 | */ | 173 | */ |
174 | WRT_REG_WORD(®->hccr, HCCR_RESET_RISC); | 174 | WRT_REG_WORD(®->hccr, HCCR_RESET_RISC); |
175 | RD_REG_WORD(®->hccr); | 175 | RD_REG_WORD(®->hccr); |