Skip to content

Commit

Permalink
USB: berry_charge: correct dbg string for second magic command
Browse files Browse the repository at this point in the history
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 <ken@novell.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Ken L Johnson authored and Greg Kroah-Hartman committed Mar 19, 2007
1 parent 5ec71db commit 774f78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/misc/berry_charge.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 774f78c

Please sign in to comment.