summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/aim-cdev/cdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/most/aim-cdev/cdev.c')
-rw-r--r--drivers/staging/most/aim-cdev/cdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/most/aim-cdev/cdev.c b/drivers/staging/most/aim-cdev/cdev.c
index 49411b7..be81a6a 100644
--- a/drivers/staging/most/aim-cdev/cdev.c
+++ b/drivers/staging/most/aim-cdev/cdev.c
@@ -100,7 +100,7 @@ static int aim_open(struct inode *inode, struct file *filp)
}
ret = most_start_channel(channel->iface, channel->channel_id,
- &cdev_aim);
+ &cdev_aim);
if (ret)
atomic_dec(&channel->access_ref);
return ret;
OpenPOWER on IntegriCloud