]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix UART PPS capture mode printing
authorjhibbits <jhibbits@FreeBSD.org>
Sun, 28 Aug 2016 04:40:27 +0000 (04:40 +0000)
committerjhibbits <jhibbits@FreeBSD.org>
Sun, 28 Aug 2016 04:40:27 +0000 (04:40 +0000)
commite1d02fb32f19f3fc99b997982074653b566da1b0
tree32f3692940423e5f3c3187361f4089bc12874637
parent9756cf4fac1c56b584d937f353968e2b0e1409e7
Fix UART PPS capture mode printing

* Add breaks to prevent fallthrough and printing of multiple modes.
* Only check the mode, mask out all other bits.
sys/dev/uart/uart_core.c