aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/cciss.c')
-rw-r--r--drivers/block/cciss.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c
index d2d45eaf368..99f87efe0f5 100644
--- a/drivers/block/cciss.c
+++ b/drivers/block/cciss.c
@@ -879,7 +879,7 @@ static int cciss_ioctl(struct inode *inode, struct file *filep,
879 char *buff = NULL; 879 char *buff = NULL;
880 u64bit temp64; 880 u64bit temp64;
881 unsigned long flags; 881 unsigned long flags;
882 DECLARE_COMPLETION(wait); 882 DECLARE_COMPLETION_ONSTACK(wait);
883 883
884 if (!arg) 884 if (!arg)
885 return -EINVAL; 885 return -EINVAL;
@@ -997,7 +997,7 @@ static int cciss_ioctl(struct inode *inode, struct file *filep,
997 BYTE sg_used = 0; 997 BYTE sg_used = 0;
998 int status = 0; 998 int status = 0;
999 int i; 999 int i;
1000 DECLARE_COMPLETION(wait); 1000 DECLARE_COMPLETION_ONSTACK(wait);
1001 __u32 left; 1001 __u32 left;
1002 __u32 sz; 1002 __u32 sz;
1003 BYTE __user *data_ptr; 1003 BYTE __user *data_ptr;
@@ -1816,7 +1816,7 @@ static int sendcmd_withirq(__u8 cmd,
1816 u64bit buff_dma_handle; 1816 u64bit buff_dma_handle;
1817 unsigned long flags; 1817 unsigned long flags;
1818 int return_status; 1818 int return_status;
1819 DECLARE_COMPLETION(wait); 1819 DECLARE_COMPLETION_ONSTACK(wait);
1820 1820
1821 if ((c = cmd_alloc(h, 0)) == NULL) 1821 if ((c = cmd_alloc(h, 0)) == NULL)
1822 return -ENOMEM; 1822 return -ENOMEM;