Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751476AbdHFWiI (ORCPT ); Sun, 6 Aug 2017 18:38:08 -0400 Received: from smtp07.smtpout.orange.fr ([80.12.242.129]:32515 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751355AbdHFWiG (ORCPT ); Sun, 6 Aug 2017 18:38:06 -0400 X-ME-Helo: localhost.localdomain X-ME-Auth: Y2hyaXN0b3BoZS5qYWlsbGV0QHdhbmFkb28uZnI= X-ME-Date: Mon, 07 Aug 2017 00:38:04 +0200 X-ME-IP: 90.21.163.120 From: Christophe JAILLET To: sre@kernel.org Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, 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 Message-Id: X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 601 Lines: 17 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