]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use the correct variable to check which interrupt mode to use
authorAndrew Turner <andrew@FreeBSD.org>
Thu, 10 Sep 2020 09:37:30 +0000 (09:37 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Thu, 10 Sep 2020 09:37:30 +0000 (09:37 +0000)
commit365ed84f28e42a41067a90c98e5243aae1790f6d
treec6369c81b38287629a36b195aac7b21a2fbc2e42
parent2b32d93e551df6c853ac45520d67468ecfdc9ec9
Use the correct variable to check which interrupt mode to use

In the PL061 driver we incorrectly used the mask rather than mode to find
how to configure the interrupt.

Sponsored by: Innovate UK
sys/dev/gpio/pl061.c