diff mbox

V4L/DVB: budget-av: wait longer for frontend to power on

Message ID 1269200787-30681-1-git-send-email-bjorn@mork.no (mailing list archive)
State Rejected
Headers show

Commit Message

Bjørn Mork March 21, 2010, 7:46 p.m. UTC
None
diff mbox

Patch

diff --git a/drivers/media/dvb/ttpci/budget-av.c b/drivers/media/dvb/ttpci/budget-av.c
index 983672a..b53bd80 100644
--- a/drivers/media/dvb/ttpci/budget-av.c
+++ b/drivers/media/dvb/ttpci/budget-av.c
@@ -1215,7 +1215,7 @@  static void frontend_init(struct budget_av *budget_av)
 	saa7146_setgpio(saa, 0, SAA7146_GPIO_OUTLO);
 
 	/* Wait for PowerON */
-	msleep(100);
+	msleep(5000);
 
 	/* additional setup necessary for the PLUS cards */
 	switch (saa->pci->subsystem_device) {