提交 ca823317 编写于 作者: O openharmony_ci 提交者: Gitee

!10 【轻量级 PR】:fix #I2NWAC

Merge pull request !10 from Caoruihong/N/A
...@@ -2891,6 +2891,10 @@ repeat: ...@@ -2891,6 +2891,10 @@ repeat:
} }
} }
/* be NULL safe */
if (udev->bus == NULL)
return;
USB_BUS_LOCK(udev->bus); USB_BUS_LOCK(udev->bus);
/* /*
* Checking for suspend condition and setting suspended bit * Checking for suspend condition and setting suspended bit
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册