CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/06 06:10:04
Modified files:
sys/dev/ofw : fdt.c
Log message:
Convert memory extract routine to return errno-based errors.
Also check that mem is not NULL, as its part of the FDT API
and should make sure it's not accessing a null pointer.
ok bmercer@
