julian 3cf52ff305 ng_apply_item should be void. It is called from the interrupt source or
from whoever has dequeued the item from the queue. Generally they have
no interest in the result, and even if it is called by the queuer, it
should still pretend that it was queued. The queuer should be assuming
that the call was queued and giving them the false confidence that they
are getting status leads to hard to find bugs.

Make it a void and remove all the code that tried to return status through it.
2007-03-09 21:04:50 +00:00
..
2006-09-30 12:37:43 +00:00
2007-01-15 05:55:56 +00:00
2007-02-02 09:45:23 +00:00
2007-01-15 05:55:56 +00:00