diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2015-11-06 18:48:46 +0300 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2015-12-05 04:04:03 +0300 |
commit | b7e16ec6e3d2ea0b62cf93a0e849db55f403a871 (patch) | |
tree | f05d08a51e7823607898b35372656d9a48e99653 /drivers/power/power_supply_sysfs.c | |
parent | 31ade3b83e1821da5fbb2f11b5b3d4ab2ec39db8 (diff) | |
download | linux-b7e16ec6e3d2ea0b62cf93a0e849db55f403a871.tar.xz |
power: bq2415x_charger: Delete unnecessary checks before the function call "of_node_put"
The of_node_put() function tests whether its argument is NULL and then
returns immediately. Thus the test around the calls is not needed.
This issue was detected by using the Coccinelle software.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Acked-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/power/power_supply_sysfs.c')
0 files changed, 0 insertions, 0 deletions