You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/01/25 16:30:47 UTC

[GitHub] kasjer opened a new pull request #1614: kernel/os: Fix os_dev list order

kasjer opened a new pull request #1614: kernel/os: Fix os_dev list order
URL: https://github.com/apache/mynewt-core/pull/1614
 
 
   Contrary to what could be exepected from os_dev_add()
   device list was sorted in incorrect order devices that should
   be initialized first were added at the end of the list.
   
   Even the reversed order could be further mismatched in following
   scenario. List was in descending order:
   3 3 3 1 1
   Adding 2 would produce
   3 3 3 1 2 1

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services