diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2014-05-20 00:35:19 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-23 11:51:33 +0400 |
commit | 2ea7b1487f975eb409a7a2df4081d838069cab05 (patch) | |
tree | e3436f8f544bed02ce0e06a7c369e6f5a77a7035 /drivers/ntb | |
parent | 10775eb17bee1ccc02ac22bb85e50699e0576a84 (diff) | |
download | linux-2ea7b1487f975eb409a7a2df4081d838069cab05.tar.xz |
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" <iivanov@mm-sol.com>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/ntb')
0 files changed, 0 insertions, 0 deletions