diff options
author | Peter Chen <peter.chen@freescale.com> | 2013-05-24 06:30:16 (GMT) |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-05-28 19:17:08 (GMT) |
commit | 022d0547aa8b00ff5035ba6207ebc2c08ea0a51f (patch) | |
tree | de28409dd7759796647b345d98020d951ff13c59 /fs/9p | |
parent | f28c42c576b293b3a1daaed8ca2775ebc2fe5398 (diff) | |
download | linux-fsl-qoriq-022d0547aa8b00ff5035ba6207ebc2c08ea0a51f.tar.xz |
usb: dwc3: exynos: PHY should be deleted later than dwc3 core
If the glue layer is removed first (core layer later),
it deletes the phy device first, then the core device.
But at core's removal, it still uses PHY's resources, it may
cause kernel's oops. It is much like the problem
Paul Zimmerman reported at:
http://marc.info/?l=linux-usb&m=136547502011472&w=2.
Besides, it is reasonable the PHY is deleted at last as
the controller is the PHY's user.
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'fs/9p')
0 files changed, 0 insertions, 0 deletions