From: Linus Walleij Date: Thu, 10 Oct 2013 14:51:28 +0000 (+0200) Subject: ARM: integrator: use devm_ioremap() to remap CM X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~51^2~13^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99d14a1d9b876c9847608983606fa1928f5bf8f3;p=pandora-kernel.git ARM: integrator: use devm_ioremap() to remap CM In the PCIv3 driver, use devm_ioremap() instead of just ioremap() when remapping the system controller in the PCIv3 driver, so the mapping will be automatically released on probe failure. Reported-by: Mark Rutland Signed-off-by: Linus Walleij --- Reading git-diff-tree failed