acpi/apei/erst: Add missing iounmap() on error in erst_exec_move_data()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 2 Jul 2013 01:02:32 +0000 (09:02 +0800)
committerTony Luck <tony.luck@intel.com>
Mon, 19 Aug 2013 17:13:30 +0000 (10:13 -0700)
commit08b326d071534fe5f122d8dec373cacb40bc7a7b
treee5b6165bf1c5d88ffa10ff303a142497611bbba1
parentb36f4be3de1b123d8601de062e7dbfc904f305fb
acpi/apei/erst: Add missing iounmap() on error in erst_exec_move_data()

Add the missing iounmap() before return from erst_exec_move_data()
in the error handling case.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
drivers/acpi/apei/erst.c