]> git.proxmox.com Git - mirror_ubuntu-zesty-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)
committerThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Tue, 22 Aug 2017 09:58:07 +0000 (06:58 -0300)
commit467225773849234ff8d34ece8fdc6bebabc81e26
tree06e3ace2a857e547f9a97e15f8d5790fac4e9875
parent5e2471fe8cf7c4a61300bc35f72ad63779493184
usb: gadget: Fix copy/pasted error message

BugLink: http://bugs.launchpad.net/bugs/1710646
[ Upstream commit 43aef5c2ca90535b3227e97e71604291875444ed ]

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: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
drivers/usb/gadget/function/f_hid.c