summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla1280.c
diff options
context:
space:
mode:
authorJames Bottomley <JBottomley@Parallels.com>2014-01-22 21:57:27 +0400
committerJames Bottomley <JBottomley@Parallels.com>2014-01-22 21:57:27 +0400
commit4b1a9a5e40210cb4a0687806d3b631f7db4b9b0e (patch)
tree4f33f3af2e1ff163c6f4a1022d1d6b6be7b11547 /drivers/scsi/qla1280.c
parentdcaf9aed995c2b2a49fb86bbbcfa2f92c797ab5d (diff)
parent3ce438df106826edde7ad724f3819716a3f0cf56 (diff)
downloadlinux-4b1a9a5e40210cb4a0687806d3b631f7db4b9b0e.tar.xz
Merge branch 'misc' into for-linus
Diffstat (limited to 'drivers/scsi/qla1280.c')
-rw-r--r--drivers/scsi/qla1280.c2
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)
/* Issue set host interrupt command. */
/* set up a timer just in case we're really jammed */
- init_timer(&timer);
+ init_timer_on_stack(&timer);
timer.expires = jiffies + 20*HZ;
timer.data = (unsigned long)ha;
timer.function = qla1280_mailbox_timeout;