commit | 5a6c2208455f25b3e6f939adc2da59aa00d4806e | [log] [tgz] |
---|---|---|
author | Jonghwa Lee <jonghwa3.lee@samsung.com> | Tue Jun 25 14:18:14 2013 +0900 |
committer | Anton Vorontsov <anton@enomsg.org> | Fri Jun 28 18:37:03 2013 -0700 |
tree | ecde95c291fb8598cfadf24f5245d406abfbc51c | |
parent | 3cc9d26966ea02f71258ab0553ebd3388f40533a [diff] |
charger-manager: Fix regulator_get() return check This patch fixes return value checking of regulator_get() in charger-manager driver. The API, regulator_get(), returns ERR_PTR() when it fails to get regulator with given name, not NULL. Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com> Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com> Acked-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Anton Vorontsov <anton@enomsg.org>