diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-02-28 22:57:58 +0300 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2016-03-03 17:07:22 +0300 |
commit | 9761dca68c66f6e1305f9c3d5bb5a054512050b3 (patch) | |
tree | 77ec849f0a1e3c4ec60b3a0eacdf1db222c96968 /drivers/video/fbdev | |
parent | 754645342a35e422782f7a59545448ff9e933739 (diff) | |
download | linux-9761dca68c66f6e1305f9c3d5bb5a054512050b3.tar.xz |
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>
Diffstat (limited to 'drivers/video/fbdev')
0 files changed, 0 insertions, 0 deletions