CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/13 09:44:50
Modified files:
sys/arch/armv7/marvell: mvpcie.c
Log message:
Fix return value check of OF_getproplen(). If "reset-gpios" is not found
in the device tree -1 is returned, causing a panic in the following malloc
call.
ok kn@ patrick@ kettenis@
