power: tps65910: replace error() by pr_err()
authorFelix Brack <fb@ltec.ch>
Mon, 18 Dec 2017 14:38:28 +0000 (15:38 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 1 Jan 2018 14:04:19 +0000 (09:04 -0500)
commit46caea7f96f0cd81cbc92fefc3d279e870442cb0
tree80fc6dcc62a20e2508f31cb05579faeda4ac0ae0
parent48fa31206dba839eaa2df5dcca09fc0c8e3be1ff
power: tps65910: replace error() by pr_err()

The patch replaces the former error() by the new pr_err().
This makes the TPS65910 driver conform to Masahiro's patch
'treewide:replace with error() with pr_err()' introduced
October 2017.

Signed-off-by: Felix Brack <fb@ltec.ch>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/power/pmic/pmic_tps65910_dm.c
drivers/power/regulator/tps65910_regulator.c