diff options
Diffstat (limited to 'drivers/block/cciss_scsi.c')
-rw-r--r-- | drivers/block/cciss_scsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/cciss_scsi.c b/drivers/block/cciss_scsi.c index 05f79d7393f7..bb15051ffbe0 100644 --- a/drivers/block/cciss_scsi.c +++ b/drivers/block/cciss_scsi.c | |||
@@ -766,7 +766,7 @@ cciss_scsi_do_simple_cmd(ctlr_info_t *c, | |||
766 | int direction) | 766 | int direction) |
767 | { | 767 | { |
768 | unsigned long flags; | 768 | unsigned long flags; |
769 | DECLARE_COMPLETION(wait); | 769 | DECLARE_COMPLETION_ONSTACK(wait); |
770 | 770 | ||
771 | cp->cmd_type = CMD_IOCTL_PEND; // treat this like an ioctl | 771 | cp->cmd_type = CMD_IOCTL_PEND; // treat this like an ioctl |
772 | cp->scsi_cmd = NULL; | 772 | cp->scsi_cmd = NULL; |