commit | 52a3a374af06121d6f704d1ab4fe4eeb8a1678a1 | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Wed Mar 14 22:47:55 2018 +0100 |
committer | Lee Jones <lee.jones@linaro.org> | Wed May 16 09:21:48 2018 +0100 |
tree | 331fe13d0ef35ff25c7467689840b50618b4f54f | |
parent | 59f4d741b15d45e68cdca63232ee8cd4224f2ccc [diff] |
mfd: pcf50633: Fix some memory leaks in the error handling path of 'pcf50633_probe()' If a 'platform_device_alloc()' call fails, we still need to release the resources that have already been allocated before returning. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Lee Jones <lee.jones@linaro.org>