Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0867f571 authored by Manu Abraham's avatar Manu Abraham Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (9422): Bug: Fix a typo

parent 6efb0ffe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1780,11 +1780,11 @@ static void frontend_init(struct budget_ci *budget_ci)
		 * connected to the SAA7146 GPIO, GPIO2, Pin 142
		 */
		/* Reset Demodulator */
		saa7146_setgpio(budget->dev, 2, SAA7146_GPIO_OUTLO);
		saa7146_setgpio(budget_ci->budget.dev, 2, SAA7146_GPIO_OUTLO);
		/* Wait for everything to die */
		msleep(50);
		/* Pull it up out of Reset state */
		saa7146_setgpio(budget->dev, 2, SAA7146_GPIO_OUTHI);
		saa7146_setgpio(budget_ci->budget.dev, 2, SAA7146_GPIO_OUTHI);
		/* Wait for PLL to stabilize */
		msleep(250);
		/*