Message ID | d47750ca-25d1-af09-690a-5f215bb845b4@users.sourceforge.net (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index 43ac632..10e1b0a 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c @@ -1572,11 +1572,11 @@ static int cciss_bigpassthru(ctlr_info_t *h, void __user *argp) { BIG_IOCTL_Command_struct *ioc; CommandList_struct *c; - unsigned char **buff = NULL; - int *buff_size = NULL; + unsigned char **buff; + int *buff_size; u64bit temp64; BYTE sg_used = 0; - int status = 0; + int status; int i; DECLARE_COMPLETION_ONSTACK(wait); __u32 left;