ldo bits need to be shifted
authorjsg <jsg@openbsd.org>
Thu, 8 Feb 2024 13:00:21 +0000 (13:00 +0000)
committerjsg <jsg@openbsd.org>
Thu, 8 Feb 2024 13:00:21 +0000 (13:00 +0000)
commitb3a435bde0bccb6b71ef64b328cf31818c65ff00
treec7c0fd85a0fa504bde62f316279fa221e908150c
parent7264f2b242f763f151986591b0e18725574ab711
ldo bits need to be shifted

found by "'(data & (3 << 4)) == 1' is always false" smatch warning
tested by kettenis@ on VisionFive 2 1.2A and jmatthew@ on 1.3B
ok kettenis@
sys/dev/mii/ytphy.c