Commit 127ce170 authored by Matthew Dharm's avatar Matthew Dharm Committed by Greg Kroah-Hartman

[PATCH] Replace a line of code that shouldn't have been removed.

parent d0a6840a
......@@ -661,6 +661,7 @@ static int storage_probe(struct usb_interface *intf,
/* copy over the subclass and protocol data */
ss->subclass = subclass;
ss->protocol = protocol;
ss->flags = flags;
ss->unusual_dev = unusual_dev;
/* copy over the endpoint data */
......
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