All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [sashal-linux-stable:queue-4.19 15/16] drivers/i2c/busses/i2c-qcom-geni.c:623:2: error: implicit declaration of function 'i2c_mark_adapter_suspended'
@ 2021-06-06 18:54 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-06-06 18:54 UTC (permalink / raw
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 2038 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git queue-4.19
head:   6faf9265b490303a0e03ff6a6850b5decfaca631
commit: 778d2dbcd1ba25c871b61834f428edc522520cd7 [15/16] i2c: qcom-geni: Add shutdown callback for i2c
config: sparc-allyesconfig (attached as .config)
compiler: sparc64-linux-gcc (GCC) 9.3.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://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git/commit/?id=778d2dbcd1ba25c871b61834f428edc522520cd7
        git remote add sashal-linux-stable https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git
        git fetch --no-tags sashal-linux-stable queue-4.19
        git checkout 778d2dbcd1ba25c871b61834f428edc522520cd7
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=sparc 

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

All errors (new ones prefixed by >>):

   drivers/i2c/busses/i2c-qcom-geni.c: In function 'geni_i2c_shutdown':
>> drivers/i2c/busses/i2c-qcom-geni.c:623:2: error: implicit declaration of function 'i2c_mark_adapter_suspended' [-Werror=implicit-function-declaration]
     623 |  i2c_mark_adapter_suspended(&gi2c->adap);
         |  ^~~~~~~~~~~~~~~~~~~~~~~~~~
   cc1: some warnings being treated as errors


vim +/i2c_mark_adapter_suspended +623 drivers/i2c/busses/i2c-qcom-geni.c

   617	
   618	static void geni_i2c_shutdown(struct platform_device *pdev)
   619	{
   620		struct geni_i2c_dev *gi2c = platform_get_drvdata(pdev);
   621	
   622		/* Make client i2c transfers start failing */
 > 623		i2c_mark_adapter_suspended(&gi2c->adap);
   624	}
   625	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 55367 bytes --]

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

only message in thread, other threads:[~2021-06-06 18:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-06 18:54 [sashal-linux-stable:queue-4.19 15/16] drivers/i2c/busses/i2c-qcom-geni.c:623:2: error: implicit declaration of function 'i2c_mark_adapter_suspended' 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.