From cd0e0c71520a83f90ea0940071a89001c8154f24 Mon Sep 17 00:00:00 2001 From: Holger Waechtler Date: Mon, 3 Feb 2003 14:25:22 +0000 Subject: get the (ftype == LG_TDQF_S001F || ftype == ALPS_BSRU6) thing right, thanks to Jack Thomasson for pointing this out... --- linux/drivers/media/dvb/frontends/stv0299.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/drivers') diff --git a/linux/drivers/media/dvb/frontends/stv0299.c b/linux/drivers/media/dvb/frontends/stv0299.c index d2cdb318f..0f508a728 100644 --- a/linux/drivers/media/dvb/frontends/stv0299.c +++ b/linux/drivers/media/dvb/frontends/stv0299.c @@ -249,7 +249,7 @@ int pll_write (struct dvb_i2c_bus *i2c, u8 data [4], int ftype) dprintk ("%s\n", __FUNCTION__); - if (ftype == LG_TDQF_S001F || ALPS_BSRU6) { + if (ftype == LG_TDQF_S001F || ftype == ALPS_BSRU6) { ret = i2c->xfer (i2c, &msg[0], 1); ret += i2c->xfer (i2c, &msg[1], 1); } -- cgit v1.2.3