commit | 804486b19de92449203f95027c2b207d8c5d5c79 | [log] [tgz] |
---|---|---|
author | Milo Kim <milo.kim@ti.com> | Tue Aug 25 14:54:12 2015 +0900 |
committer | Mark Brown <broonie@kernel.org> | Tue Aug 25 19:36:24 2015 +0100 |
tree | d1119a87d91e9a01dfb225ea677d01b976fd218e | |
parent | d9ffae15f7b1933c71dfb7c5e8ef61296d2833d7 [diff] |
regulator: lp872x: handle error case If memory allocation gets failed on parsing the DT, then it returns error '-ENOMEM' explicitly. Then, the driver exists from the _probe(). Signed-off-by: Milo Kim <milo.kim@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org>