]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/v4l-dvb_fix_tua6034_pll.patch
Merge branch 'ppp-update' into beyond-next
[people/teissler/ipfire-2.x.git] / src / patches / v4l-dvb_fix_tua6034_pll.patch
1 diff -Naur v4l-dvb-20120916.org/linux/drivers/media/dvb-frontends/dvb-pll.c v4l-dvb-20120916/linux/drivers/media/dvb-frontends/dvb-pll.c
2 --- v4l-dvb-20120916.org/linux/drivers/media/dvb-frontends/dvb-pll.c 2012-08-14 05:45:22.000000000 +0200
3 +++ v4l-dvb-20120916/linux/drivers/media/dvb-frontends/dvb-pll.c 2012-10-25 14:06:42.123360189 +0200
4 @@ -247,7 +247,7 @@
5 static void tua6034_bw(struct dvb_frontend *fe, u8 *buf)
6 {
7 u32 bw = fe->dtv_property_cache.bandwidth_hz;
8 - if (bw == 7000000)
9 + if (bw != 7000000)
10 buf[3] |= 0x08;
11 }
12