commit | 46caea7f96f0cd81cbc92fefc3d279e870442cb0 | [log] [tgz] |
---|---|---|
author | Felix Brack <fb@ltec.ch> | Mon Dec 18 15:38:28 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 01 09:04:19 2018 -0500 |
tree | 80fc6dcc62a20e2508f31cb05579faeda4ac0ae0 | |
parent | 48fa31206dba839eaa2df5dcca09fc0c8e3be1ff [diff] |
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>