commit | d281b80c46da8bae806c4ef5682187f07e35389d | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Tue May 25 14:49:51 2010 +0800 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Thu Aug 12 11:27:17 2010 +0200 |
tree | 96ff99c6359cdf53cd2e0e6d862bc5fab9f2e159 | |
parent | 21f1fc38606b35bb12a4772367ef68128cd12c30 [diff] |
mfd: Fix memory leak in ab3100_otp_probe In current implementation, there is a memory leak if ab3100_otp_read fail. And in the case of ab3100_otp_init_debugfs fail, it does not properly remove sysfs entries. This patch properly handle above failure cases. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>