From: Manu Abraham Date: Mon, 15 Oct 2007 16:07:16 +0000 (-0300) Subject: V4L/DVB (9422): Bug: Fix a typo X-Git-Tag: v2.6.29-rc1~556^2~522 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=0867f571858043c761e3e44bd4f2bcc70f82bb27;p=~shefty%2Frdma-dev.git V4L/DVB (9422): Bug: Fix a typo Signed-off-by: Manu Abraham Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/ttpci/budget-ci.c b/drivers/media/dvb/ttpci/budget-ci.c index 21f5e2c6b4c..64f15280a73 100644 --- a/drivers/media/dvb/ttpci/budget-ci.c +++ b/drivers/media/dvb/ttpci/budget-ci.c @@ -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); /*