aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss_scsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/cciss_scsi.c')
-rw-r--r--drivers/block/cciss_scsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/cciss_scsi.c b/drivers/block/cciss_scsi.c
index 05f79d7393f..bb15051ffbe 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;