Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1705019
| From | Christophe JAILLET <christophe.jaillet@wanadoo.fr> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] power: supply: charger-manager: 1 fix and 2 minor clean-ups |
| Date | 2017-08-07 00:40 +0200 |
| Message-ID | <ubCnf-893-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] power: supply: charger-manager: 1 fix and 2 minor clean-ups Christophe JAILLET <christophe.jaillet@wanadoo.fr> - 2017-08-07 00:40 +0200
[PATCH] scsi: mpt3sas: Fix memory allocation failure test in 'mpt3sas_base_attach()' Christophe JAILLET <christophe.jaillet@wanadoo.fr> - 2017-08-07 01:00 +0200
Re: [PATCH] scsi: mpt3sas: Fix memory allocation failure test in 'mpt3sas_base_attach()' walter harms <wharms@bfs.de> - 2017-08-07 10:30 +0200
Re: [PATCH] scsi: mpt3sas: Fix memory allocation failure test in 'mpt3sas_base_attach()' Christophe JAILLET <christophe.jaillet@wanadoo.fr> - 2017-08-07 10:50 +0200
csiph-web