The one-line patch that is circulating for usb-storage.

Matt

# This is a BitKeeper generated patch for the following project:
# Project Name: greg k-h's linux 2.5 USB kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#                  ChangeSet    1.563   -> 1.564  
#       drivers/usb/storage/transport.c 1.18    -> 1.19   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/05/26      [EMAIL PROTECTED]       1.564
# Fix obviously incorrect code, courtsey [EMAIL PROTECTED]
# --------------------------------------------
#
diff -Nru a/drivers/usb/storage/transport.c b/drivers/usb/storage/transport.c
--- a/drivers/usb/storage/transport.c   Sun May 26 18:33:11 2002
+++ b/drivers/usb/storage/transport.c   Sun May 26 18:33:11 2002
@@ -452,7 +452,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 */

-- 
Matthew Dharm                              Home: [EMAIL PROTECTED] 
Maintainer, Linux USB Mass Storage Driver

It was a new hope.
                                        -- Dust Puppy
User Friendly, 12/25/1998

Attachment: msg06823/pgp00000.pgp
Description: PGP signature

Reply via email to