mfd: Clean timberdale error handling code up
authorJulia Lawall <julia@diku.dk>
Wed, 10 Aug 2011 08:47:16 +0000 (10:47 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 24 Oct 2011 12:09:10 +0000 (14:09 +0200)
commit981c65a9b3e24029f64bd45c7a92f901899a033e
treed7e7c088ef1fdeca6ba8f53bef3fd4fc6c6555a2
parent54d8e2c323b439e0e20ea44d17b875d9a43f7d66
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>
drivers/mfd/timberdale.c