aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/3w-xxxx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/3w-xxxx.c')
-rw-r--r--drivers/scsi/3w-xxxx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/3w-xxxx.c b/drivers/scsi/3w-xxxx.c
index 081c864c11d2..b1125341f4c8 100644
--- a/drivers/scsi/3w-xxxx.c
+++ b/drivers/scsi/3w-xxxx.c
@@ -1058,7 +1058,8 @@ static const struct file_operations tw_fops = {
1058 .owner = THIS_MODULE, 1058 .owner = THIS_MODULE,
1059 .unlocked_ioctl = tw_chrdev_ioctl, 1059 .unlocked_ioctl = tw_chrdev_ioctl,
1060 .open = tw_chrdev_open, 1060 .open = tw_chrdev_open,
1061 .release = NULL 1061 .release = NULL,
1062 .llseek = noop_llseek,
1062}; 1063};
1063 1064
1064/* This function will free up device extension resources */ 1065/* This function will free up device extension resources */