All of lore.kernel.org
 help / color / mirror / Atom feed
* [freescale-fslc:6.6-1.0.x-imx 591/11728] drivers/clk/imx/clk-imx8mp-audiomix.c:361:12: warning: 'imx_blk_ctrl_runtime_resume' defined but not used
@ 2024-04-28 11:21 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-04-28 11:21 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: oe-kbuild-all

tree:   https://github.com/Freescale/linux-fslc 6.6-1.0.x-imx
head:   37770f55ac9c4f6cd958eb5544939207eed8478f
commit: e29d7b605da801c22d1690ec319b2a61f3e8c364 [591/11728] LF-10009-7 clk: imx: clk-audiomix: enable runtime pm
config: m68k-allmodconfig (https://download.01.org/0day-ci/archive/20240428/202404281904.9P2KmMKu-lkp@intel.com/config)
compiler: m68k-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240428/202404281904.9P2KmMKu-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202404281904.9P2KmMKu-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/clk/imx/clk-imx8mp-audiomix.c:361:12: warning: 'imx_blk_ctrl_runtime_resume' defined but not used [-Wunused-function]
     361 | static int imx_blk_ctrl_runtime_resume(struct device *dev)
         |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
>> drivers/clk/imx/clk-imx8mp-audiomix.c:354:12: warning: 'imx_blk_ctrl_runtime_suspend' defined but not used [-Wunused-function]
     354 | static int imx_blk_ctrl_runtime_suspend(struct device *dev)
         |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~


vim +/imx_blk_ctrl_runtime_resume +361 drivers/clk/imx/clk-imx8mp-audiomix.c

   353	
 > 354	static int imx_blk_ctrl_runtime_suspend(struct device *dev)
   355	{
   356		imx_blk_ctrl_read_write(dev, false);
   357	
   358		return 0;
   359	}
   360	
 > 361	static int imx_blk_ctrl_runtime_resume(struct device *dev)
   362	{
   363		imx_blk_ctrl_read_write(dev, true);
   364	
   365		return 0;
   366	}
   367	

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

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

only message in thread, other threads:[~2024-04-28 11:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-28 11:21 [freescale-fslc:6.6-1.0.x-imx 591/11728] drivers/clk/imx/clk-imx8mp-audiomix.c:361:12: warning: 'imx_blk_ctrl_runtime_resume' defined but not used 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.