Deleted Added
full compact
34c34
< __FBSDID("$FreeBSD: head/sys/dev/acpica/Osd/OsdInterrupt.c 217240 2011-01-10 21:01:41Z jkim $");
---
> __FBSDID("$FreeBSD: head/sys/dev/acpica/Osd/OsdInterrupt.c 217241 2011-01-10 21:09:38Z jkim $");
107,108c107
< if (InterruptNumber < 0 || InterruptNumber > 255 ||
< ServiceRoutine == NULL)
---
> if (InterruptNumber > 255 || ServiceRoutine == NULL)
184,185c183
< if (InterruptNumber < 0 || InterruptNumber > 255 ||
< ServiceRoutine == NULL)
---
> if (InterruptNumber > 255 || ServiceRoutine == NULL)