[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200730125500.0947e1dd@canb.auug.org.au>
Date: Thu, 30 Jul 2020 12:55:00 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: "Rafael J. Wysocki" <rjw@...ysocki.net>
Cc: Linux Next Mailing List <linux-next@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Neal Liu <neal.liu@...iatek.com>,
Sami Tolvanen <samitolvanen@...gle.com>
Subject: linux-next: build warning after merge of the pm tree
Hi all,
After merging the pm tree, today's linux-next build (x86_64 allmodconfig)
produced this warning:
drivers/acpi/processor_idle.c: In function 'acpi_idle_enter_s2idle':
drivers/acpi/processor_idle.c:666:4: warning: 'return' with no value, in function returning non-void [-Wreturn-type]
666 | return;
| ^~~~~~
drivers/acpi/processor_idle.c:657:12: note: declared here
657 | static int acpi_idle_enter_s2idle(struct cpuidle_device *dev,
| ^~~~~~~~~~~~~~~~~~~~~~
drivers/acpi/processor_idle.c:670:4: warning: 'return' with no value, in function returning non-void [-Wreturn-type]
670 | return;
| ^~~~~~
drivers/acpi/processor_idle.c:657:12: note: declared here
657 | static int acpi_idle_enter_s2idle(struct cpuidle_device *dev,
| ^~~~~~~~~~~~~~~~~~~~~~
Introduced by commit
efe9711214e6 ("cpuidle: change enter_s2idle() prototype")
--
Cheers,
Stephen Rothwell
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists