summaryrefslogtreecommitdiff
path: root/drivers/power/rt9455_charger.c
diff options
context:
space:
mode:
authorAnda-Maria Nicolae <anda-maria.nicolae@intel.com>2015-06-12 12:25:51 (GMT)
committerSebastian Reichel <sre@kernel.org>2015-06-13 02:06:44 (GMT)
commit3d7f1800af0e4a781195770644fc1297217ba71d (patch)
tree48130c8006304138cd8b91a6c9557bd53c563bad /drivers/power/rt9455_charger.c
parente31cd7824d054d30ffc9f45550343123bc437e17 (diff)
downloadlinux-3d7f1800af0e4a781195770644fc1297217ba71d.tar.xz
power_supply: rt9455_charger: Fix error reported by static analysis tool
The result of container_of macro cannot be NULL, so there is no need to check whether info is NULL. Signed-off-by: Anda-Maria Nicolae <anda-maria.nicolae@intel.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/power/rt9455_charger.c')
-rw-r--r--drivers/power/rt9455_charger.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/power/rt9455_charger.c b/drivers/power/rt9455_charger.c
index de86913..08baac6 100644
--- a/drivers/power/rt9455_charger.c
+++ b/drivers/power/rt9455_charger.c
@@ -1412,9 +1412,6 @@ static int rt9455_usb_event(struct notifier_block *nb,
unsigned int opa_mode, iaicr;
int ret;
- if (!info)
- return NOTIFY_DONE;
-
/*
* Determine whether the charger is in charge mode
* or in boost mode.