commit | 2fd7037122a920ae22377b06aa5b32651cc71f13 | [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 | fb5502be2544f9c3a7f662e6618e26f0831d242d [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>