diff mbox

Fix regression introduced which broke the Hauppauge USBLive 2

Message ID e43a564b-3bb6-466f-bce6-1a90a40d15d2@cnxthub1.bbnet.ad (mailing list archive)
State Not Applicable
Headers show

Commit Message

Palash Bandyopadhyay July 25, 2011, 2:30 p.m. UTC
Mauro and Devin,

  Thanks for the explainations. The fix proposed is ok and as Devin mentioned, should have very low impact. I'll see if I can dig into the issue to root cause it. 

Thanks for your help.

Rgds,
Palash

Signed off by Palash Bandyopadhyay
diff mbox

Patch

diff --git a/drivers/media/video/cx231xx/cx231xx-avcore.c b/drivers/media/video/cx231xx/cx231xx-avcore.c
index cf50faf..cf412cd 100644
--- a/drivers/media/video/cx231xx/cx231xx-avcore.c
+++ b/drivers/media/video/cx231xx/cx231xx-avcore.c
@@ -2412,7 +2412,7 @@  int cx231xx_set_power_mode(struct cx231xx *dev, enum AV_MODE mode)
                break;
        }

-       msleep(PWR_SLEEP_INTERVAL);
+       msleep(PWR_SLEEP_INTERVAL * 10);

        /* For power saving, only enable Pwr_resetout_n
           when digital TV is selected. */