From patchwork Wed May 19 09:33:00 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 442990 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=-14.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=ham 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 17177C433ED for ; Wed, 19 May 2021 09:33:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E5460613B4 for ; Wed, 19 May 2021 09:33:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345548AbhESJem (ORCPT ); Wed, 19 May 2021 05:34:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:51596 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345515AbhESJek (ORCPT ); Wed, 19 May 2021 05:34:40 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8A643613AF; Wed, 19 May 2021 09:33:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1621416801; bh=e0oxAEFqluwWuK9Dt5UM57AUgJda98ZQIvNzXAIM8Bg=; h=From:To:Cc:Subject:Date:From; b=N1i5tPDxOfHF03zsx++S59ngkhAMiNeKbOEPh0aL4BUj6RKdXbOaAPI/y2+0ZLQYd v+wFHi3b8KgbjzSsRvPx4pG5gq2i892eSc5UH3IWKhJYi0VlGmANRQsvVe1oWLZyZN f8rjcH4mAqfsmNf7BtoyoPtIuoO/UPz491N1S3Lzd5a4vQz9pG10+lx4LaBUtoS74I nbIxrUbSsIDNVd9yZZ5tW4pXLnaNbERmHsyBBzUPZFHqMVnaTh6IVbQTPOONA9cO9C twJdngvs8S81qa5fb97K/nGjCkZmFroVhI+v8O8+CfSpHdGAqQRuEQM0TSXJpmx9DF pl7hj+P+8q57Q== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1ljIZs-0002pQ-4d; Wed, 19 May 2021 11:33:20 +0200 From: Johan Hovold To: Greg Kroah-Hartman Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 0/3] USB: drop irq-flags initialisations Date: Wed, 19 May 2021 11:33:00 +0200 Message-Id: <20210519093303.10789-1-johan@kernel.org> X-Mailer: git-send-email 2.26.3 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org This series drops the remaining redundant irq-flags initialisations from the USB subsystem, which all happened to be in gadget-related code. Johan Johan Hovold (3): USB: cdnsp: drop irq-flags initialisations USB: dwc2: drop irq-flags initialisations USB: gadget: drop irq-flags initialisations drivers/usb/cdns3/cdnsp-gadget.c | 4 ++-- drivers/usb/dwc2/gadget.c | 12 ++++++------ drivers/usb/gadget/udc/fsl_udc_core.c | 8 ++++---- drivers/usb/gadget/udc/mv_u3d_core.c | 2 +- drivers/usb/gadget/udc/mv_udc_core.c | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-)