Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
4bbcd849
Commit
4bbcd849
authored
Feb 15, 2011
by
Tejun Heo
Committed by
Mauro Carvalho Chehab
Jul 27, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[media] cx23885: restore flushes of cx23885_dev work items
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
parent
061d55eb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
drivers/media/video/cx23885/cx23885-input.c
drivers/media/video/cx23885/cx23885-input.c
+3
-0
No files found.
drivers/media/video/cx23885/cx23885-input.c
View file @
4bbcd849
...
...
@@ -229,6 +229,9 @@ static void cx23885_input_ir_stop(struct cx23885_dev *dev)
v4l2_subdev_call
(
dev
->
sd_ir
,
ir
,
rx_s_parameters
,
&
params
);
v4l2_subdev_call
(
dev
->
sd_ir
,
ir
,
rx_g_parameters
,
&
params
);
}
flush_work_sync
(
&
dev
->
cx25840_work
);
flush_work_sync
(
&
dev
->
ir_rx_work
);
flush_work_sync
(
&
dev
->
ir_tx_work
);
}
static
void
cx23885_input_ir_close
(
struct
rc_dev
*
rc
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment