Kinsey Moore started a new discussion on bsps/powerpc/tqm8xx/spi/spi.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1009#note_141100 > #if defined(DEBUG) > printk("... exit OK, rc=%d\r\n",bc); > #endif > - return (rc == RTEMS_SUCCESSFUL) ? bc : -rc; > + if (rc == RTEMS_SUCCESSFUL) { > + return bc; > + } > + return -rc; Is this a sign compare warning fix? -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1009#note_141100 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
