Commits
David Lechner committed b05a00e07c0
usb: gadget: Fix copy/pasted error message commit 43aef5c2ca90535b3227e97e71604291875444ed upstream. 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> Signed-off-by: Sekhar Nori <nsekhar@ti.com>