Andries
--- /linux/2.5/linux-2.5.18/linux/drivers/usb/storage/transport.c Tue May
21 07:07:37 2002
+++ /linux/2.5/linux-2.5.18a/linux/drivers/usb/storage/transport.c Sun May
26 00:32:48 2002
@@ -430,7 +430,7 @@
/* fill the URB */
FILL_CONTROL_URB(us->current_urb, us->pusb_dev, pipe,
- (unsigned char*) &dr, data, size,
+ (unsigned char*) dr, data, size,
usb_stor_blocking_completion, NULL);
/* submit the URB */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/