From: Dan Carpenter Date: Mon, 19 May 2014 20:35:19 +0000 (+0300) Subject: usb: phy: msm: fix bug in probe() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~34^2~161 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ea7b1487f975eb409a7a2df4081d838069cab05;p=pandora-kernel.git usb: phy: msm: fix bug in probe() My previous patch introduced a bug which prevented this driver from loading. devm_ioremap_resource() has a call to devm_request_mem_region() which will fail because the address space is shared between this PHY driver and CI device controller driver. Fixes: 10f0577aa5cb ('usb: phy: msm: change devm_ioremap() to devm_ioremap_resource()') Reported-by:"Ivan T. Ivanov" Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed