Loading drivers/block/cciss.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -1529,8 +1529,7 @@ static int cciss_bigpassthru(ctlr_info_t *h, void __user *argp) return -EINVAL; return -EINVAL; if (!capable(CAP_SYS_RAWIO)) if (!capable(CAP_SYS_RAWIO)) return -EPERM; return -EPERM; ioc = (BIG_IOCTL_Command_struct *) ioc = kmalloc(sizeof(*ioc), GFP_KERNEL); kmalloc(sizeof(*ioc), GFP_KERNEL); if (!ioc) { if (!ioc) { status = -ENOMEM; status = -ENOMEM; goto cleanup1; goto cleanup1; Loading Loading
drivers/block/cciss.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -1529,8 +1529,7 @@ static int cciss_bigpassthru(ctlr_info_t *h, void __user *argp) return -EINVAL; return -EINVAL; if (!capable(CAP_SYS_RAWIO)) if (!capable(CAP_SYS_RAWIO)) return -EPERM; return -EPERM; ioc = (BIG_IOCTL_Command_struct *) ioc = kmalloc(sizeof(*ioc), GFP_KERNEL); kmalloc(sizeof(*ioc), GFP_KERNEL); if (!ioc) { if (!ioc) { status = -ENOMEM; status = -ENOMEM; goto cleanup1; goto cleanup1; Loading