summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2014-08-26 13:41:38 +0900
committerSebastian Reichel <sre@kernel.org>2014-09-06 21:02:45 +0200
commitc6738d06a363ac7010a5c3b54e2af1957852cc45 (patch)
tree48b8dbfd5e689a38d6a77348837dceeaea9afe3f /Documentation
parentd3ed534cca703b2aaeee9277a5b8063ae6eab1d1 (diff)
power: charger-manager: Fix checking of wrong return type
This patch fix minor issue about checking wrong return type. The of_cm_parse_desc() return ERR_PTR(errnor number) when some error happen in this function. But, charger_manager_probe() has only checked whether desc is NULL or not. If of_cm_parse_desc() returns ERR_PTR(-ENOMEM), desc isn't NULL but desc is (void *)(-ENOMEM). Althouhg some error happen for parsing DT, charger_manager_probe() can't detect error of desc instance. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Acked-by: Myungjoo Ham <myungjoo.ham@samsung.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions