Home
last modified time | relevance | path

Searched hist:"43 aef5c2ca90535b3227e97e71604291875444ed" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/gadget/function/
H A Df_hid.cdiff 43aef5c2ca90535b3227e97e71604291875444ed Mon Jan 02 17:28:39 CST 2017 David Lechner <david@lechnology.com> usb: gadget: Fix copy/pasted error message

This fixes an error message that was probably copied and pasted. The same
message is used for both the in and out endpoints, so it makes it impossible
to know which one actually failed because both cases say "IN".

Make the out endpoint error message say "OUT".

Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>