The patch number 10732 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:
Linux Media Mailing List <[email protected]>
------
From: Hans Verkuil <[email protected]>
zoran: s_jpegcomp should return a proper result, not 0.
Priority: normal
Signed-off-by: Hans Verkuil <[email protected]>
---
linux/drivers/media/video/zoran/zoran_driver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -r 41f06f6170de -r 2a44afe23787
linux/drivers/media/video/zoran/zoran_driver.c
--- a/linux/drivers/media/video/zoran/zoran_driver.c Thu Feb 19 21:41:19
2009 +0100
+++ b/linux/drivers/media/video/zoran/zoran_driver.c Fri Feb 20 11:34:28
2009 +0100
@@ -3120,7 +3120,7 @@ sjpegc_unlock_and_return:
sjpegc_unlock_and_return:
mutex_unlock(&zr->resource_lock);
- return 0;
+ return res;
}
static unsigned int
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/2a44afe237877ec13b79696bacc1d068b4531eb6
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits