mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-15 03:48:32 +00:00
drvmgr_get_dev_prefix returns 0 if a prefix was found. Therefore the if condition needs to check for 0, i.e. DRVMGR_OK.
drvmgr_get_dev_prefix returns 0 if a prefix was found. Therefore the if condition needs to check for 0, i.e. DRVMGR_OK.