From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D1EC5C388F9 for ; Thu, 19 Nov 2020 22:23:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 854672224D for ; Thu, 19 Nov 2020 22:23:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726475AbgKSWXu (ORCPT ); Thu, 19 Nov 2020 17:23:50 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:55824 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725877AbgKSWXt (ORCPT ); Thu, 19 Nov 2020 17:23:49 -0500 Received: from 3.general.kamal.us.vpn ([10.172.68.53] helo=ascalon) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kfsLE-0005ey-RG; Thu, 19 Nov 2020 22:23:49 +0000 Received: from kamal by ascalon with local (Exim 4.90_1) (envelope-from ) id 1kfsLB-0003aE-BZ; Thu, 19 Nov 2020 14:23:45 -0800 From: Kamal Mostafa To: Sasha Levin Cc: stable@vger.kernel.org, Martin Blumenstingl Subject: pick up "usb: dwc2: Avoid leaving the error_debugfs label unused" Date: Thu, 19 Nov 2020 14:23:42 -0800 Message-Id: <20201119222342.13619-1-kamal@canonical.com> X-Mailer: git-send-email 2.17.1 Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi Sasha- To fix an unused-label warning, please pick up this mainline commit: 190bb01b72d2 ("usb: dwc2: Avoid leaving the error_debugfs label unused") in these stable branches: linux-5.8.y linux-5.9.y For reference, the warning was introduced by the stable backports of [mainline] e1c08cf23172 ("usb: dwc2: Add missing cleanups when usb_add_gadget_udc() fails") Thanks! -Kamal