The patch number 11256 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]>
dabusb: fix compile warning.
Priority: normal
Signed-off-by: Hans Verkuil <[email protected]>
---
linux/drivers/media/video/dabusb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -r af824bd79bd8 -r 75e0ec19f127 linux/drivers/media/video/dabusb.c
--- a/linux/drivers/media/video/dabusb.c Sat Mar 28 13:35:40 2009 +0100
+++ b/linux/drivers/media/video/dabusb.c Sat Mar 28 13:38:29 2009 +0100
@@ -736,7 +736,6 @@ static int dabusb_release (struct inode
static long dabusb_ioctl (struct file *file, unsigned int cmd, unsigned long
arg)
{
- lock_kernel();
pdabusb_t s = (pdabusb_t) file->private_data;
pbulk_transfer_t pbulk;
int ret = 0;
@@ -744,6 +743,7 @@ static long dabusb_ioctl (struct file *f
dbg("dabusb_ioctl");
+ lock_kernel();
if (s->remove_pending) {
unlock_kernel();
return -EIO;
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/75e0ec19f127e231aeb99ae0cee06ead3282dbd6
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits