Loading
!9156 [OLK-6.6] USB: Fix kernel NULL pointer when unbind UHCI form vfio-pci
Merge Pull Request from: @leoliu-oc This bug is found in Zhaoxin platform, but it's a commom code bug. Fix this by determine whether the PCI Driver of the USB controller is a kernel native driver. If not, do not let it modify UHCI's dev->driver_data. ### Issue https://gitee.com/openeuler/kernel/issues/I8WXZ0 ### Test Pass: Bug fix, UHCI/EHCI can be unbound/bound freely without error Link:https://gitee.com/openeuler/kernel/pulls/9156 Reviewed-by:Zhang Peng <zhangpeng362@huawei.com> Signed-off-by:
Zhang Peng <zhangpeng362@huawei.com>