Fix misleading comment.

MFC after:	1 week
Reported by:	rpaulo@
This commit is contained in:
Hans Petter Selasky 2015-01-08 00:12:54 +00:00
parent 8086e9f493
commit f880872647
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276799

View File

@ -321,7 +321,7 @@ struct xhci_dev_endpoint_trbs {
};
#if (USB_PAGE_SIZE < 4096)
#error "The XHCI driver needs a pagesize above 4K"
#error "The XHCI driver needs a pagesize above or equal to 4K"
#endif
/* Define the maximum payload which we will handle in a single TRB */