commit | 981c65a9b3e24029f64bd45c7a92f901899a033e | [log] [tgz] |
---|---|---|
author | Julia Lawall <julia@diku.dk> | Wed Aug 10 10:47:16 2011 +0200 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Mon Oct 24 14:09:10 2011 +0200 |
tree | d7e7c088ef1fdeca6ba8f53bef3fd4fc6c6555a2 | |
parent | 54d8e2c323b439e0e20ea44d17b875d9a43f7d66 [diff] |
mfd: Clean timberdale error handling code up In the first three cases, ioremap has been called, so iounmap is needed. A new label for this is introduced, to differentiate it from err_msix, which is the first point at which msix_entries actually needs to be freed. Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>