Chris Johns commented on a discussion on rtemsbsd/sys/dev/mve/if_mve_nexus.c: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/132#note_147553 > > #ifdef MVETH_DEBUG > printk(DRVNAME": mve_probe (entering)\n"); > #endif > > - if ( unit >= 0 && unit < MV643XXETH_NUM_DRIVER_SLOTS ) { > - err = BUS_PROBE_DEFAULT; > - } else { > - err = ENXIO; > - } > + if ( BSP_mve_probe( unit ) < 0 ) { > + err = ENXIO; > + } > > - return err; > + return err; It may. I used `vi` to edit it to deal with this. Does GitLab render as 2 spaces? -- View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/132#note_147553 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
