The patch number 10140 was added via Hans Verkuil <[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: Hans Verkuil  <[email protected]>
gp8psk: fix incorrect return code (EINVAL instead of -EINVAL)


Priority: normal

Signed-off-by: Hans Verkuil <[email protected]>


---

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

diff -r 0a32c8803a30 -r b647dabbc61a linux/drivers/media/dvb/dvb-usb/gp8psk.c
--- a/linux/drivers/media/dvb/dvb-usb/gp8psk.c  Tue Dec 30 10:42:40 2008 +0100
+++ b/linux/drivers/media/dvb/dvb-usb/gp8psk.c  Tue Dec 30 11:07:53 2008 +0100
@@ -187,7 +187,7 @@ int gp8psk_bcm4500_reload(struct dvb_usb
        /* load BCM4500 firmware */
        if (gp_product_id == USB_PID_GENPIX_8PSK_REV_1_WARM)
                if (gp8psk_load_bcm4500fw(d))
-                       return EINVAL;
+                       return -EINVAL;
        return 0;
 }
 


---

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

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

Reply via email to