mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 20:56:59 +08:00
libmisc/rtems-fdt: Fix missing error string
- Coverity CID 1515930 issue Updates #4729
This commit is contained in:
@@ -962,7 +962,8 @@ rtems_fdt_strerror (int errval)
|
||||
"no memory",
|
||||
"file not found",
|
||||
"DTB read fail",
|
||||
"blob has references"
|
||||
"blob has references",
|
||||
"bad length"
|
||||
};
|
||||
if (errval > -RTEMS_FDT_ERR_RTEMS_MIN)
|
||||
return fdt_strerror (errval);
|
||||
|
||||
Reference in New Issue
Block a user