]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: skip phys initialization of shared hcd
authorChunfeng Yun <chunfeng.yun@mediatek.com>
Thu, 22 Mar 2018 12:12:50 +0000 (20:12 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Mar 2018 12:53:33 +0000 (13:53 +0100)
commit29bca25e1bc4745b021e40b81b294b319693bde0
treeac727bce8b60e96fc5649ac6c8807476de9469a9
parent3864e9451ba6463f70b1db5ac541d0a490c2c60e
usb: skip phys initialization of shared hcd

The phys has already been initialized when add primary hcd,
including usb2 phys and usb3 phys also if exist, so needn't
re-parse "phys" property again.

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Reviewed-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hcd.c