CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2018/10/23 10:41:53
Modified files: sys/dev/ofw : ofw_regulator.c Log message: Fix OFW GPIO regulator by breaking out of the loop once the correct match has been found. Otherwise the error condition will always be true. ok kettenis@