projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
301e22d
)
V4L/DVB (3587): Always wake thread after routing change.
author
Hans Verkuil
<hverkuil@xs4all.nl>
Sun, 19 Mar 2006 21:43:50 +0000
(18:43 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Fri, 24 Mar 2006 19:26:58 +0000
(16:26 -0300)
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/msp3400-driver.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/msp3400-driver.c
b/drivers/media/video/msp3400-driver.c
index 8ba1c960388a18cc8abcfc5909b53437614fad47..fb3d1f41f116661d68ac4214f69ec4fce3c351e9 100644
(file)
--- a/
drivers/media/video/msp3400-driver.c
+++ b/
drivers/media/video/msp3400-driver.c
@@
-702,8
+702,7
@@
static int msp_command(struct i2c_client *client, unsigned int cmd, void *arg)
msp_set_scart(client, sc1_out, 1);
msp_set_scart(client, sc2_out, 2);
msp_set_audmode(client);
- if (tuner != old_tuner)
- msp_wake_thread(client);
+ msp_wake_thread(client);
break;
}