]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: Fix copy/pasted error message
authorDavid Lechner <david@lechnology.com>
Mon, 2 Jan 2017 23:28:39 +0000 (17:28 -0600)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 3 Jan 2017 12:33:59 +0000 (14:33 +0200)
commit1d6ef2d6d4f11fedad3db5da4ad3ad42e54fc49f
tree49624174880accd352f8468aab81bac390d2971d
parent394662955b43ccd0382941a79d3f4c0533fb7623
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>
drivers/usb/gadget/function/f_hid.c