Re: [patch] usb: phy: msm: fix bug in probe()

2014-05-20 Thread Dan Carpenter
On Tue, May 20, 2014 at 10:19:12AM +0300, Ivan T. Ivanov wrote: > On Mon, 2014-05-19 at 23:35 +0300, Dan Carpenter wrote: > > 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

Re: [patch] usb: phy: msm: fix bug in probe()

2014-05-20 Thread Ivan T. Ivanov
On Mon, 2014-05-19 at 23:35 +0300, Dan Carpenter wrote: > 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 con

[patch] usb: phy: msm: fix bug in probe()

2014-05-19 Thread Dan Carpenter
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 dev