From: Wei Yang Date: Wed, 24 Oct 2012 05:21:36 +0000 (+0000) Subject: gianfar_ptp: use iomem, not ioports resource tree in probe X-Git-Tag: v3.7-rc3~7^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b9c128e9580e79db48bd3aacb2b4873544e01e8;p=pandora-kernel.git gianfar_ptp: use iomem, not ioports resource tree in probe When using a 36 bit dtb file, the driver complains "resource busy". Investigating the source of the message leads one to the gianfar_ptp_probe function. Since the type of the device resource requested in this function is IORESOURCE_MEM, it should use "iomem_resource" instead of "ioports_resource". Signed-off-by: Wei Yang Cc: Claudiu Manoil Cc: Timur Tabi Signed-off-by: Paul Gortmaker Signed-off-by: David S. Miller --- Reading git-diff-tree failed