From: kernel test robot <lkp@intel.com>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: oe-kbuild-all@lists.linux.dev, linux-acpi@vger.kernel.org,
devel@acpica.org, linux-pm@vger.kernel.org,
"Rafael J. Wysocki" <rjw@rjwysocki.net>
Subject: [rafael-pm:bleeding-edge 48/94] drivers/thermal/amlogic_thermal.c:303:16: error: void value not ignored as it ought to be
Date: Fri, 29 Sep 2023 12:21:05 +0800 [thread overview]
Message-ID: <202309291214.Hjn3gJ94-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git bleeding-edge
head: 2cff74feed4a2a3a1c220e0ee2838b85b08d4999
commit: 88af8b66ffedcad8c5a1522f6a9c02bf8129a951 [48/94] thermal: amlogic: Convert to platform remove callback returning void
config: arm-randconfig-004-20230929 (https://download.01.org/0day-ci/archive/20230929/202309291214.Hjn3gJ94-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230929/202309291214.Hjn3gJ94-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/202309291214.Hjn3gJ94-lkp@intel.com/
All errors (new ones prefixed by >>):
drivers/thermal/amlogic_thermal.c: In function 'amlogic_thermal_suspend':
>> drivers/thermal/amlogic_thermal.c:303:16: error: void value not ignored as it ought to be
303 | return amlogic_thermal_disable(data);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vim +303 drivers/thermal/amlogic_thermal.c
421eda108e6c63a Guillaume La Roque 2019-10-04 298
421eda108e6c63a Guillaume La Roque 2019-10-04 299 static int __maybe_unused amlogic_thermal_suspend(struct device *dev)
421eda108e6c63a Guillaume La Roque 2019-10-04 300 {
421eda108e6c63a Guillaume La Roque 2019-10-04 301 struct amlogic_thermal *data = dev_get_drvdata(dev);
421eda108e6c63a Guillaume La Roque 2019-10-04 302
421eda108e6c63a Guillaume La Roque 2019-10-04 @303 return amlogic_thermal_disable(data);
421eda108e6c63a Guillaume La Roque 2019-10-04 304 }
421eda108e6c63a Guillaume La Roque 2019-10-04 305
:::::: The code at line 303 was first introduced by commit
:::::: 421eda108e6c63a72feb178c441bb769d4076836 thermal: amlogic: Add thermal driver to support G12 SoCs
:::::: TO: Guillaume La Roque <glaroque@baylibre.com>
:::::: CC: Daniel Lezcano <daniel.lezcano@linaro.org>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next reply other threads:[~2023-09-29 4:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-29 4:21 kernel test robot [this message]
2023-09-29 10:37 ` [rafael-pm:bleeding-edge 48/94] drivers/thermal/amlogic_thermal.c:303:16: error: void value not ignored as it ought to be Rafael J. Wysocki
2023-09-29 13:47 ` Uwe Kleine-König
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202309291214.Hjn3gJ94-lkp@intel.com \
--to=lkp@intel.com \
--cc=devel@acpica.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=rjw@rjwysocki.net \
--cc=u.kleine-koenig@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox