OSDN Git Service

power: reset: at91-poweroff: Remove redundant dev_err call in at91_poweroff_probe()
authorLadislav Michl <ladis@linux-mips.org>
Fri, 16 Mar 2018 10:03:25 +0000 (11:03 +0100)
committerSebastian Reichel <sre@kernel.org>
Mon, 19 Mar 2018 19:50:51 +0000 (20:50 +0100)
commitab08824826d72ef9c185b7aad4e9a1e98bf2fa51
treed50a7b413bf6c81d807f4439337842f5a90171c3
parent062836db01f982683e3c5bb6cbf571ee7a13016a
power: reset: at91-poweroff: Remove redundant dev_err call in at91_poweroff_probe()

There is an error message within devm_ioremap_resource
already, so remove the dev_err call to avoid redundancy.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
drivers/power/reset/at91-poweroff.c