created | 2021-12-27T06:50:31Z |
---|---|
begin | 2021-12-23T18:50:59Z |
end | 2021-12-23T20:48:24Z |
path | src/sys |
commits | 1 |
date | 2021-12-23T20:48:24Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/dev/aplpinctrl.c | log | diff | annotate |
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@ |