Vijay Banerjee commented on a discussion on cpukit/libi2c/libi2c.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/821#note_137719

 >        else
 >          err = RTEMS_SUCCESSFUL;
 >  
 > -      LIBUNLOCK ();
 > +      rtems_mutex_unlock(&libmutex);
 >        return err ? -err : minor;
 >      }
 > +    rtems_mutex_unlock(&libmutex);

Ah, yes. Thank you. Fixed in the new version.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/821#note_137719
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

Reply via email to