kernel: bump 5.4 to 5.4.139
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.4 / 950-0980-SQUASH-USB-gadget-f_hid-remove-more-spam.patch
1 From 5018dc559136e2bca24973e71ed8747adf0f37f3 Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.com>
3 Date: Mon, 5 Oct 2020 15:41:15 +0100
4 Subject: [PATCH] SQUASH: USB: gadget: f_hid: remove more spam
5
6 Tidying up the previous patch to this file dropped the deletion of a
7 particularly noisy error message. Restore its removal.
8
9 See: https://github.com/raspberrypi/linux/issues/3870
10
11 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
12 ---
13 drivers/usb/gadget/function/f_hid.c | 2 --
14 1 file changed, 2 deletions(-)
15
16 --- a/drivers/usb/gadget/function/f_hid.c
17 +++ b/drivers/usb/gadget/function/f_hid.c
18 @@ -411,8 +411,6 @@ try_again:
19 }
20 status = usb_ep_queue(hidg->in_ep, req, GFP_ATOMIC);
21 if (status < 0) {
22 - ERROR(hidg->func.config->cdev,
23 - "usb_ep_queue error on int endpoint %zd\n", status);
24 goto release_write_pending;
25 } else {
26 status = count;