summaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-inline.h
diff options
context:
space:
mode:
authorVijayavardhan Vennapusa <vvreddy@codeaurora.org>2017-08-23 15:31:34 +0530
committerVijayavardhan Vennapusa <vvreddy@codeaurora.org>2017-08-23 15:31:34 +0530
commit9c0215c10d3d05f93d4554139f079387e95c4b84 (patch)
tree23e463312b872572667ec92b429b53640c8df194 /lib/mpi/mpi-inline.h
parente29d253ecf0480d4359ce41503741783d803ed6b (diff)
dwc3: core: remove calling phy_set_suspend() in dwc3_remove()
If glue driver's probe failed, it tries to remove child devices as part of of_platform_depopulate during cleanup. This results in calling dwc3 core platform device's remove callback dwc3_remove(). This function is calling phy_set_suspend() for both HSPHY and SSPHY to suspend them. But it is resulting in crash due to unclocked access. Remove those calls, which are not required as glue driver will take care of suspend/resume PHYs. Change-Id: I3e107c4beb29373d4a1c783bd2be7a128f52317e Signed-off-by: Vijayavardhan Vennapusa <vvreddy@codeaurora.org>
Diffstat (limited to 'lib/mpi/mpi-inline.h')
0 files changed, 0 insertions, 0 deletions