All of lore.kernel.org
 help / color / mirror / Atom feed
* [esmil:jh71x0 80/117] drivers/usb/cdns3/cdns3-starfive.c:24: warning: expecting prototype for cdns3(). Prototype was for USB_STRAP_HOST() instead
@ 2023-03-09 22:53 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-03-09 22:53 UTC (permalink / raw)
  To: Minda Chen; +Cc: oe-kbuild-all, Emil Renner Berthing

tree:   https://github.com/esmil/linux jh71x0
head:   75534dbe282e93f55a9aa7a61eb3dacc6a7c2a37
commit: 2dcd7d3b252b72762a57f3d590f8b8d9e839bc81 [80/117] usb: cdns3: add StarFive JH7110 USB glue layer
config: sparc-allyesconfig (https://download.01.org/0day-ci/archive/20230310/202303100612.ML6qE2SL-lkp@intel.com/config)
compiler: sparc64-linux-gcc (GCC) 12.1.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/esmil/linux/commit/2dcd7d3b252b72762a57f3d590f8b8d9e839bc81
        git remote add esmil https://github.com/esmil/linux
        git fetch --no-tags esmil jh71x0
        git checkout 2dcd7d3b252b72762a57f3d590f8b8d9e839bc81
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=sparc olddefconfig
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=sparc SHELL=/bin/bash drivers/usb/cdns3/

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202303100612.ML6qE2SL-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/usb/cdns3/cdns3-starfive.c:24: warning: expecting prototype for cdns3(). Prototype was for USB_STRAP_HOST() instead


vim +24 drivers/usb/cdns3/cdns3-starfive.c

    23	
  > 24	#define USB_STRAP_HOST			BIT(17)
    25	#define USB_STRAP_DEVICE		BIT(18)
    26	#define USB_STRAP_MASK			GENMASK(18, 16)
    27	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-09 22:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-09 22:53 [esmil:jh71x0 80/117] drivers/usb/cdns3/cdns3-starfive.c:24: warning: expecting prototype for cdns3(). Prototype was for USB_STRAP_HOST() instead kernel test robot

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.