]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Limit the number of times we loop inside the DWC OTG poll handler to
authorhselasky <hselasky@FreeBSD.org>
Fri, 31 Jul 2015 09:12:31 +0000 (09:12 +0000)
committerhselasky <hselasky@FreeBSD.org>
Fri, 31 Jul 2015 09:12:31 +0000 (09:12 +0000)
commit2e11d7935d8d37d737afe0b8fea3b776e459b12a
tree2ad014af828b718db56dcbd4f1804469a36c7095
parente9ba3ff9a656a10a4fb04bcb596db3639affb2cd
Limit the number of times we loop inside the DWC OTG poll handler to
avoid starving other fast interrupts. Fix a comment while at it.

MFC after: 1 week
Suggested by: Svatopluk Kraus <onwahe@gmail.com>
sys/dev/usb/controller/dwc_otg.c