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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B65D1C433FE for ; Thu, 28 Apr 2022 18:08:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350737AbiD1SLl (ORCPT ); Thu, 28 Apr 2022 14:11:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57778 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350728AbiD1SLk (ORCPT ); Thu, 28 Apr 2022 14:11:40 -0400 Received: from netrider.rowland.org (netrider.rowland.org [192.131.102.5]) by lindbergh.monkeyblade.net (Postfix) with SMTP id 5EEF3A27D3 for ; Thu, 28 Apr 2022 11:08:24 -0700 (PDT) Received: (qmail 920243 invoked by uid 1000); 28 Apr 2022 14:08:23 -0400 Date: Thu, 28 Apr 2022 14:08:23 -0400 From: Alan Stern To: Arnd Bergmann Cc: Greg Kroah-Hartman , Arnd Bergmann , kernel test robot , Roger Quadros , Felipe Balbi , linux-usb@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] usb: ehci-omap: drop unused ehci_read() function Message-ID: References: <20220428102314.950323-1-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220428102314.950323-1-arnd@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 28, 2022 at 12:22:58PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > After moving the omap1 platform into generalized multiplatform > support on ARM, the kernel test robot points out a W=1 warning that > now shows up in more configurations: > > drivers/usb/host/ehci-omap.c:64:19: warning: unused function 'ehci_read' > > The function was last used 9 years ago and can just be removed. > > Fixes: 87425ad36330 ("USB: ehci-omap: Remove PHY reset handling code") > Reported-by: kernel test robot > Signed-off-by: Arnd Bergmann > --- Acked-by: Alan Stern