V4L/DVB (3587): Always wake thread after routing change.
authorHans Verkuil <hverkuil@xs4all.nl>
Sun, 19 Mar 2006 21:43:50 +0000 (18:43 -0300)
committerMauro 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

index 8ba1c96..fb3d1f4 100644 (file)
@@ -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;
        }