diff options
| -rw-r--r-- | drivers/scsi/qla1280.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla1280.c b/drivers/scsi/qla1280.c index 5a522c5bbd43..97dabd39b092 100644 --- a/drivers/scsi/qla1280.c +++ b/drivers/scsi/qla1280.c | |||
| @@ -2502,7 +2502,7 @@ qla1280_mailbox_command(struct scsi_qla_host *ha, uint8_t mr, uint16_t *mb) | |||
| 2502 | /* Issue set host interrupt command. */ | 2502 | /* Issue set host interrupt command. */ |
| 2503 | 2503 | ||
| 2504 | /* set up a timer just in case we're really jammed */ | 2504 | /* set up a timer just in case we're really jammed */ |
| 2505 | init_timer(&timer); | 2505 | init_timer_on_stack(&timer); |
| 2506 | timer.expires = jiffies + 20*HZ; | 2506 | timer.expires = jiffies + 20*HZ; |
| 2507 | timer.data = (unsigned long)ha; | 2507 | timer.data = (unsigned long)ha; |
| 2508 | timer.function = qla1280_mailbox_timeout; | 2508 | timer.function = qla1280_mailbox_timeout; |
