On Wed, Aug 9, 2023, at 18:36, kernel test robot wrote: > > > 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@xxxxxxxxx> > | Closes: > https://lore.kernel.org/oe-kbuild-all/202308100045.WeVD1ttk-lkp@xxxxxxxxx/ > > All warnings (new ones prefixed by >>): > >>> drivers/rtc/rtc-stm32.c:903:12: warning: 'stm32_rtc_resume' defined but not used [-Wunused-function] > 903 | static int stm32_rtc_resume(struct device *dev) > | ^~~~~~~~~~~~~~~~ >>> drivers/rtc/rtc-stm32.c:893:12: warning: 'stm32_rtc_suspend' defined but not used [-Wunused-function] > 893 | static int stm32_rtc_suspend(struct device *dev) > | ^~~~~~~~~~~~~~~~~ This is the warning you get if my patch is applied but the fb9a7e5360dc8 ("rtc: stm32: change PM callbacks to "_noirq()"") commit is not. If that patch is applied, mine is needed to address the other warning. Arnd