]> 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>
Wed, 21 Sep 2011 10:47:38 +0000 (12:47 +0200)
commit00412744abeac3a386a0158bd886a2064d580909
treef956871bdf7bb84095161e6244c62d9ca44d02b8
parent9ffcdded178ddeaca3f643ff69fbf589a84b18a8
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