]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Thu, 6 Oct 2011 14:43:55 +0000 (16:43 +0200)
commita43f12de794b0e08f91645f8fa6f94dc3f0ad27e
tree1a098d5abe7b6cf977ab69781ab39b2753de5d90
parenta7f6da5cc0ff7c855e9f35a7c72344956743b67c
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