commit | 9761dca68c66f6e1305f9c3d5bb5a054512050b3 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sun Feb 28 19:57:58 2016 +0000 |
committer | Sebastian Reichel <sre@kernel.org> | Thu Mar 03 15:07:22 2016 +0100 |
tree | 77ec849f0a1e3c4ec60b3a0eacdf1db222c96968 | |
parent | 754645342a35e422782f7a59545448ff9e933739 [diff] |
power_supply: 88pm860x_charger: do not pass NULL to power_supply_put In the case where power_supply_get_by_name returns NULL the current error return path calls power_supply_put with a NULL psy which will cause a null pointer dereference. Avoid this with an immediate return. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>