The patch number 9436 was added via Manu Abraham <[EMAIL PROTECTED]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
[EMAIL PROTECTED]
------
From: Manu Abraham <[EMAIL PROTECTED]>
Fix a typo in the previous commit
Signed-off-by: Manu Abraham <[EMAIL PROTECTED]>
---
linux/drivers/media/dvb/frontends/stb0899_drv.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff -r 697f969b10c4 -r bbb6dcfb74ac
linux/drivers/media/dvb/frontends/stb0899_drv.c
--- a/linux/drivers/media/dvb/frontends/stb0899_drv.c Wed Oct 31 02:46:49
2007 +0400
+++ b/linux/drivers/media/dvb/frontends/stb0899_drv.c Wed Oct 31 03:05:59
2007 +0400
@@ -588,12 +588,12 @@ static int stb0899_postproc(struct stb08
/* post process event */
if (postproc) {
if (enable) {
- if (postproc[STB0899_POSTPROC_GPIO_POWER].level ==
STB0899_GPIOPULLUP)
+ if (postproc[ctl].level == STB0899_GPIOPULLUP)
stb0899_write_reg(state, postproc[ctl].gpio,
0x02);
else
stb0899_write_reg(state, postproc[ctl].gpio,
0x82);
} else {
- if (postproc[STB0899_POSTPROC_GPIO_POWER].level ==
STB0899_GPIOPULLUP)
+ if (postproc[ctl].level == STB0899_GPIOPULLUP)
stb0899_write_reg(state, postproc[ctl].gpio,
0x82);
else
stb0899_write_reg(state, postproc[ctl].gpio,
0x02);
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/bbb6dcfb74acfb95a2fefd7523cd260185b69cb2
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits