commit | 27783070d1b589d3cfa3d44ea163447c14acc636 | [log] [tgz] |
---|---|---|
author | Hector Martin <marcan@marcan.st> | Sun Oct 29 15:37:43 2023 +0900 |
committer | Marek Vasut <marex@denx.de> | Fri Dec 01 14:06:04 2023 +0100 |
tree | 1046b822213afe34869f68ce6614eb708ba504cc | |
parent | 1b823e2d7467b3b7a7f187a8a1836ed3aa8d545c [diff] |
usb: xhci: Do not panic on event timeouts Now that we always check the return value, just return NULL on timeouts. We can still log the error since this is a problem, but it's not reason to panic. Signed-off-by: Hector Martin <marcan@marcan.st> Reviewed-by: Marek Vasut <marex@denx.de>