commit | 58221d7e876c2f75ae7696aad853d81ccd76fb7a | [log] [tgz] |
---|---|---|
author | Chunfeng Yun <chunfeng.yun@mediatek.com> | Thu May 14 13:55:11 2020 +0800 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Fri May 22 15:22:36 2020 +0200 |
tree | ce67d054dcb49ca6146cf62be96170362bbc905a | |
parent | 94ed66194f150c308d1713965a28abce3ac6e200 [diff] |
usb: dwc3: fix NULL pointer issue The phy_bulk pointer *usb_phys is used before allocated, fix it by using a phy_bulk variable instead in xhci_dwc3_platdata struct Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>