From: Hauke Mehrtens Date: Thu, 26 Jul 2012 15:45:52 +0000 (+0200) Subject: bcma: add missing iounmap on error path X-Git-Tag: v3.6-rc1~68^2^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dbf5f55f8d35ff9aedc75267f4e4042aaf89755;p=pandora-kernel.git bcma: add missing iounmap on error path This should fix the problem reported by Fengguang: The coccinelle static checker emits these warnings: drivers/bcma/scan.c:466:3-9: ERROR: missing iounmap; ioremap on line 451 and execution via conditional on line 465 drivers/bcma/scan.c:540:3-9: ERROR: missing iounmap; ioremap on line 515 and execution via conditional on line 539 Reported-by: Fengguang Wu Signed-off-by: Hauke Mehrtens Signed-off-by: John W. Linville --- Reading git-diff-tree failed