diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-11-16 15:20:37 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-26 07:24:43 (GMT) |
commit | dd8334a5e17e291f503cada56a0d6aed3ddb3c12 (patch) | |
tree | 05f0de100f7944e68e85ba5e016f82f7606c820c /firmware/.gitignore | |
parent | cd9601caa2fa45e768ec6bf1fa1375bbb566466f (diff) | |
download | linux-dd8334a5e17e291f503cada56a0d6aed3ddb3c12.tar.xz |
ARM: ux500: fix prcmu_is_cpu_in_wfi() calculation
commit f0e8faa7a5e894b0fc99d24be1b18685a92ea466 upstream.
This function clearly never worked and always returns true,
as pointed out by gcc-7:
arch/arm/mach-ux500/pm.c: In function 'prcmu_is_cpu_in_wfi':
arch/arm/mach-ux500/pm.c:137:212: error: ?:
using integer constants in boolean context, the expression
will always evaluate to 'true' [-Werror=int-in-bool-context]
With the added braces, the condition actually makes sense.
Fixes: 34fe6f107eab ("mfd : Check if the other db8500 core is in WFI")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'firmware/.gitignore')
0 files changed, 0 insertions, 0 deletions