aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/ftdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/ftdev.c')
-rw-r--r--litmus/ftdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/ftdev.c b/litmus/ftdev.c
index a62ccecf64..7c933ffdaa 100644
--- a/litmus/ftdev.c
+++ b/litmus/ftdev.c
@@ -110,7 +110,7 @@ static int ftdev_open(struct inode *in, struct file *filp)
110 } 110 }
111 if (ftdev->can_open && (err = ftdev->can_open(ftdev, buf_idx))) 111 if (ftdev->can_open && (err = ftdev->can_open(ftdev, buf_idx)))
112 goto out; 112 goto out;
113 113
114 ftdm = ftdev->minor + buf_idx; 114 ftdm = ftdev->minor + buf_idx;
115 filp->private_data = ftdm; 115 filp->private_data = ftdm;
116 116