From: George Cherian Date: Fri, 25 Jul 2014 06:19:41 +0000 (+0530) Subject: can: c_can_platform: Fix raminit, use devm_ioremap() instead of devm_ioremap_resource() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~215^2~8^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33cf75656923;p=pandora-kernel.git can: c_can_platform: Fix raminit, use devm_ioremap() instead of devm_ioremap_resource() The raminit register is shared register for both can0 and can1. Since commit: 32766ff net: can: Convert to use devm_ioremap_resource devm_ioremap_resource() is used to map raminit register. When using both interfaces the mapping for the can1 interface fails, leading to a non functional can interface. Signed-off-by: George Cherian Signed-off-by: Mugunthan V N Cc: linux-stable # >= v3.11 Signed-off-by: Marc Kleine-Budde --- Reading git-diff-tree failed