Messages in this thread |  | | From | Christophe JAILLET <> | Subject | [PATCH 0/3] power: supply: charger-manager: 1 fix and 2 minor clean-ups | Date | Mon, 7 Aug 2017 00:37:54 +0200 |
| |
This patch series improves 'charger_manager_probe()'. The first patch is about a missing memory allocation failure test. The 2 others are just things spotted in this function: - a comment that is no more up to date - a style issue (which saves 1 line)
Christophe JAILLET (3): power: supply: charger-manager: Fix a NULL pointer dereference in 'charger_manager_probe()' power: supply: charger-manager: Fix a comment power: supply: charger-manager: Slighly simplify code
drivers/power/supply/charger-manager.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
-- 2.11.0
|  |