Commit 7a9ae923 authored by Matthew Dharm's avatar Matthew Dharm Committed by Greg Kroah-Hartman

[PATCH] USB storage: fix error code

This patch fixes a return code that was mangled during a hand-merging of
some code changes.
parent 8c08da78
......@@ -759,7 +759,7 @@ int init_8200e(struct us_data *us) {
US_DEBUGP("INIT 15\n");
return USB_STOR_TRANSPORT_ERROR;
return USB_STOR_TRANSPORT_GOOD;
}
/*
......
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