All of lore.kernel.org
 help / color / mirror / Atom feed
* [usb:usb-testing 29/47] drivers/usb/host/ehci-platform.c:56:19: warning: 'hcd_name' defined but not used
@ 2022-08-30 16:10 kernel test robot
  2022-08-30 17:12   ` Alan Stern
  0 siblings, 1 reply; 9+ messages in thread
From: kernel test robot @ 2022-08-30 16:10 UTC (permalink / raw)
  To: Ard Biesheuvel
  Cc: kbuild-all, linux-usb, Greg Kroah-Hartman, Krzysztof Kozlowski,
	Rob Herring, Alim Akhtar

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-testing
head:   594b9411b4adceb59ca8a66997eec1eaa3756785
commit: 5cfdb45657c97315501316657e504298b381ceee [29/47] usb: reduce kernel log spam on driver registration
config: x86_64-allyesconfig (https://download.01.org/0day-ci/archive/20220831/202208310007.6yJMsSYz-lkp@intel.com/config)
compiler: gcc-11 (Debian 11.3.0-5) 11.3.0
reproduce (this is a W=1 build):
        # https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/commit/?id=5cfdb45657c97315501316657e504298b381ceee
        git remote add usb https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
        git fetch --no-tags usb usb-testing
        git checkout 5cfdb45657c97315501316657e504298b381ceee
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/usb/host/

If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> drivers/usb/host/ehci-platform.c:56:19: warning: 'hcd_name' defined but not used [-Wunused-const-variable=]
      56 | static const char hcd_name[] = "ehci-platform";
         |                   ^~~~~~~~
--
>> drivers/usb/host/ohci-platform.c:44:19: warning: 'hcd_name' defined but not used [-Wunused-const-variable=]
      44 | static const char hcd_name[] = "ohci-platform";
         |                   ^~~~~~~~


vim +/hcd_name +56 drivers/usb/host/ehci-platform.c

99f91934a907df Alan Stern 2012-11-01  55  
99f91934a907df Alan Stern 2012-11-01 @56  static const char hcd_name[] = "ehci-platform";
99f91934a907df Alan Stern 2012-11-01  57  

:::::: The code at line 56 was first introduced by commit
:::::: 99f91934a907df31ba878dfdd090002049dc476a USB: EHCI: make ehci-platform a separate driver

:::::: TO: Alan Stern <stern@rowland.harvard.edu>
:::::: CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-09-05 10:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-30 16:10 [usb:usb-testing 29/47] drivers/usb/host/ehci-platform.c:56:19: warning: 'hcd_name' defined but not used kernel test robot
2022-08-30 17:12 ` Alan Stern
2022-08-30 17:12   ` Alan Stern
2022-08-31  6:00   ` Greg Kroah-Hartman
2022-08-31  6:00     ` Greg Kroah-Hartman
2022-09-05 10:13     ` Ard Biesheuvel
2022-09-05 10:13       ` Ard Biesheuvel
2022-09-05 10:17       ` Greg Kroah-Hartman
2022-09-05 10:17         ` Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.