commit | 677df0c9012ca3a6e0081f29f81506e5578d74f3 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Tue Sep 20 14:13:06 2011 -0700 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Mon Oct 24 14:09:15 2011 +0200 |
tree | 464e640cf0da1ee2716cbb15f006c5b68ea2ba80 | |
parent | 2f8491d321d9313dfd854001dd196fd7835b6ac2 [diff] |
mfd: Do not leak init_data in tps65912_device_init() We neglect to free init_data on successful exit. I also moved two assignments to just before they are needed. This avoids doing them in case we hit an earlier error exit from the function. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Cc: Margarita Olaya Cabrera <magi@slimlogic.co.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>