File qc-usb-urb_lock.patch of Package quickcam
---
qc-driver.c | 1 -
1 file changed, 1 deletion(-)
--- a/qc-driver.c
+++ b/qc-driver.c
@@ -817,7 +817,6 @@ static int qc_i2c_init(struct quickcam *
if (!cr) goto fail2;
urb->transfer_buffer = kmalloc(qc_i2c_maxbufsize*sizeof(u8), GFP_KERNEL); /* Allocate maximum ever needed */
if (!urb->transfer_buffer) goto fail3;
- spin_lock_init(&urb->lock);
urb->complete = qc_i2c_handler;
urb->context = qc;
#if (LINUX_VERSION_CODE<KERNEL_VERSION(2,6,9) && !defined(CONFIG_SUSE_KERNEL)) || LINUX_VERSION_CODE<KERNEL_VERSION(2,6,8)