V4L/DVB (9422): Bug: Fix a typo
authorManu Abraham <abraham.manu@gmail.com>
Mon, 15 Oct 2007 16:07:16 +0000 (13:07 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 29 Dec 2008 19:53:18 +0000 (17:53 -0200)
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/ttpci/budget-ci.c

index 21f5e2c..64f1528 100644 (file)
@@ -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);
                /*