Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=774f78cf3b81c553c087ca0e8740e9cd779df578
Commit:     774f78cf3b81c553c087ca0e8740e9cd779df578
Parent:     5ec71db59ac07eeac89a54b35a90c181bbd3c445
Author:     Ken L Johnson <[EMAIL PROTECTED]>
AuthorDate: Fri Mar 16 10:17:31 2007 -0600
Committer:  Greg Kroah-Hartman <[EMAIL PROTECTED]>
CommitDate: Mon Mar 19 13:22:19 2007 -0700

    USB: berry_charge: correct dbg string for second magic command
    
    I was testing the berry_charge module with my Blackberry 8700c and had
    great success, thanks. Looking at the code for my own learning I noticed
    the following cut and paste error... just a nit.
    
    Signed-off-by: Ken L Johnson <[EMAIL PROTECTED]>
    Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
 drivers/usb/misc/berry_charge.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/misc/berry_charge.c b/drivers/usb/misc/berry_charge.c
index 60893c6..b15f2fd 100644
--- a/drivers/usb/misc/berry_charge.c
+++ b/drivers/usb/misc/berry_charge.c
@@ -69,7 +69,7 @@ static int magic_charge(struct usb_device *udev)
                return retval;
        }
 
-       dbg(&udev->dev, "Sending first magic command\n");
+       dbg(&udev->dev, "Sending second magic command\n");
        retval = usb_control_msg(udev, usb_rcvctrlpipe(udev, 0),
                                 0xa2, 0x40, 0, 1, dummy_buffer, 0, 100);
        if (retval != 0) {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to