Commit ffacb1a2 authored by David Brownell's avatar David Brownell Committed by Greg Kroah-Hartman

[PATCH] usb-storage doesn't say clear_halt WORKED

This removes a printk that's been cluttering up my logs,
especially when I do things like 'mkfs -c ...' it doesn't
seem to be needed any more.
parent bff18c81
......@@ -532,8 +532,6 @@ int usb_stor_clear_halt(struct us_data *us, unsigned int pipe)
if (result < 0)
return result;
printk(KERN_ERR "usb_stor_clear_halt() WORKED!\n");
/* reset the toggles and endpoint flags */
usb_endpoint_running(us->pusb_dev, usb_pipeendpoint(pipe),
usb_pipeout(pipe));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment