Loading drivers/media/platform/msm/synx/synx.c +2 −2 Original line number Diff line number Diff line Loading @@ -1302,7 +1302,7 @@ static int synx_open(struct inode *inode, struct file *filep) return 0; } static int synx_close(struct file *filep, fl_owner_t id) static int synx_close(struct inode *inode, struct file *filep) { int rc = 0; int i; Loading Loading @@ -1382,7 +1382,7 @@ static const struct file_operations synx_fops = { .owner = THIS_MODULE, .open = synx_open, .read = synx_read, .flush = synx_close, .release = synx_close, .poll = synx_poll, .unlocked_ioctl = synx_ioctl, #ifdef CONFIG_COMPAT Loading Loading
drivers/media/platform/msm/synx/synx.c +2 −2 Original line number Diff line number Diff line Loading @@ -1302,7 +1302,7 @@ static int synx_open(struct inode *inode, struct file *filep) return 0; } static int synx_close(struct file *filep, fl_owner_t id) static int synx_close(struct inode *inode, struct file *filep) { int rc = 0; int i; Loading Loading @@ -1382,7 +1382,7 @@ static const struct file_operations synx_fops = { .owner = THIS_MODULE, .open = synx_open, .read = synx_read, .flush = synx_close, .release = synx_close, .poll = synx_poll, .unlocked_ioctl = synx_ioctl, #ifdef CONFIG_COMPAT Loading