CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/23 13:48:24
Modified files:
sys/arch/arm64/dev: aplpinctrl.c
Log message:
Fix endless loop in the interrupt handler. When iterating over each
GPIO base register we must not replace the iterator variable with the
index of the pin inside the register.
ok kettenis@
