~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to uspace/lib/usbhost/src/batch.c

  • Committer: Jakub Jermar
  • Date: 2011-07-13 22:19:26 UTC
  • mfrom: (1095.1.44 helenos)
  • Revision ID: jakub@jermar.eu-20110713221926-vqfazj2rq510cpl5
Merge OHCI improvements and fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
{
109
109
        assert(instance);
110
110
        assert(instance->ep);
 
111
        assert(instance->next_step);
111
112
        endpoint_release(instance->ep);
112
113
        instance->next_step(instance);
113
114
}