]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[xhci] Fix comparison of signed and unsigned integers
authorMichael Brown <mcb30@ipxe.org>
Mon, 1 Jun 2015 16:18:08 +0000 (17:18 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 1 Jun 2015 16:19:48 +0000 (17:19 +0100)
commit6d195c5669b3d4c728074a78f0dab9085a012734
treecdabc7e1b70b7102b11141385779ce9867af8920
parent25d6c80498b98a9b41ca1fec50cd2038f6f17547
[xhci] Fix comparison of signed and unsigned integers

gcc 4.8.2 fails to report this erroneous comparison unless assertions
are enabled.

Reported-by: Mary-Ann Johnson <MaryAnn.Johnson@displaylink.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/usb/xhci.c