]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
power: reset: gpio-poweroff: Clarify the warning message
authorFabio Estevam <festevam@gmail.com>
Thu, 12 Dec 2024 13:04:56 +0000 (10:04 -0300)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Thu, 12 Dec 2024 22:34:50 +0000 (23:34 +0100)
commit8a1c099f36b256c8203319313f65666ce0043fe5
tree230cfc501f063e19af16f3ae2a69ec9dd802aa6a
parentcc4c34577dbc17729b7e3f1266cf12d043e8c170
power: reset: gpio-poweroff: Clarify the warning message

When gpio-poweroff fails, a WARN_ON() is triggered without
an explanation to the user about the failure.

Add some comments explaining that the attempt to poweroff the system
via gpio-poweroff failed and convert it to a WARN() message with a
bit of context to provide some hint to the user.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Link: https://lore.kernel.org/r/20241212130456.580197-1-festevam@gmail.com
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/reset/gpio-poweroff.c