The patch number 10971 was added via Mauro Carvalho Chehab <[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:
        Linux Media Mailing List <[email protected]>

------

From: Mauro Carvalho Chehab  <[email protected]>
merge: http://linuxtv.org/hg/~mkrufky/lgdt3305


Signed-off-by: Mauro Carvalho Chehab <[email protected]>


---

 linux/drivers/media/dvb/frontends/lgdt3305.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff -r b72c22a62335 -r 339d05d2424a 
linux/drivers/media/dvb/frontends/lgdt3305.c
--- a/linux/drivers/media/dvb/frontends/lgdt3305.c      Thu Mar 12 07:04:17 
2009 -0300
+++ b/linux/drivers/media/dvb/frontends/lgdt3305.c      Thu Mar 12 07:10:24 
2009 -0300
@@ -936,7 +936,7 @@ static int lgdt3305_read_snr(struct dvb_
        /* convert from 8.24 fixed-point to 8.8 */
        *snr = (state->snr) >> 16;
 #else
-       /*report SNR in dB * 10 */
+       /* report SNR in dB * 10 */
        *snr = (state->snr / ((1 << 24) / 10));
 #endif
        lg_dbg("noise = 0x%08x, snr = %d.%02d dB\n", noise,
@@ -1105,8 +1105,9 @@ static struct dvb_frontend_ops lgdt3305_
 };
 
 MODULE_DESCRIPTION("LG Electronics LGDT3305 ATSC/QAM-B Demodulator Driver");
-MODULE_AUTHOR("Michael Krufky");
+MODULE_AUTHOR("Michael Krufky <[email protected]>");
 MODULE_LICENSE("GPL");
+MODULE_VERSION("0.1");
 
 /*
  * Local variables:


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/339d05d2424a39dbb6f47dcafae6b4c5b095e981

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to