The patch number 14393 was added via Douglas Schilling Landgraf
<[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: Tobias Lorenz <[email protected]>
radio-si470x: Use UTF-8 encoding on a comment
This cosmetic patch corrects a wrong unicode "micro" character in a comment.
Priority: normal
Signed-off-by: Tobias Lorenz <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Douglas Schilling Landgraf <[email protected]>
---
linux/drivers/media/radio/si470x/radio-si470x-common.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -r 72846c99c0f7 -r 3fc9e5ed395d
linux/drivers/media/radio/si470x/radio-si470x-common.c
--- a/linux/drivers/media/radio/si470x/radio-si470x-common.c Sat Mar 06
09:04:27 2010 -0300
+++ b/linux/drivers/media/radio/si470x/radio-si470x-common.c Sat Mar 06
20:35:29 2010 -0300
@@ -724,7 +724,7 @@
tuner->audmode = V4L2_TUNER_MODE_MONO;
/* min is worst, max is best; signal:0..0xffff; rssi: 0..0xff */
- /* measured in units of dbì¨V in 1 db increments (max at ~75 dbì¨V) */
+ /* measured in units of dbµV in 1 db increments (max at ~75 dbµV) */
tuner->signal = (radio->registers[STATUSRSSI] & STATUSRSSI_RSSI);
/* the ideal factor is 0xffff/75 = 873,8 */
tuner->signal = (tuner->signal * 873) + (8 * tuner->signal / 10);
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/3fc9e5ed395dfca564832a85a83f0712d44330c8
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits