The patch number 12756 was added via Antti Palosaari <cr...@iki.fi>
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 <linux-me...@vger.kernel.org>

------

From: Antti Palosaari  <cr...@iki.fi>
af9015: fix typo in register compare


And mask should be 0xff00 instead of 0xae00.

Thanks to Jochen Friedrich <joc...@scram.de> for pointing this.

Priority: normal

Signed-off-by: Antti Palosaari <cr...@iki.fi>
Cc: Jochen Friedrich <joc...@scram.de>


---

 linux/drivers/media/dvb/dvb-usb/af9015.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -r 18d88dd9d258 -r 6d3f7d7e9990 linux/drivers/media/dvb/dvb-usb/af9015.c
--- a/linux/drivers/media/dvb/dvb-usb/af9015.c  Sun Sep 13 02:46:30 2009 +0300
+++ b/linux/drivers/media/dvb/dvb-usb/af9015.c  Sun Sep 13 03:25:59 2009 +0300
@@ -97,7 +97,7 @@
                break;
        case WRITE_MEMORY:
                if (((req->addr & 0xff00) == 0xff00) ||
-                   ((req->addr & 0xae00) == 0xae00))
+                   ((req->addr & 0xff00) == 0xae00))
                        buf[0] = WRITE_VIRTUAL_MEMORY;
        case WRITE_VIRTUAL_MEMORY:
        case COPY_FIRMWARE:


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/6d3f7d7e999050857714c6fdfd4ee7ac5f79033c

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to