Release coccinelle-0.2.3rc4
[bpt/coccinelle.git] / tests / spl.c
1 int main() {
2 spin_lock(&isp116x->lock);
3 /* take idle endpoints out of the schedule */
4 if (!list_empty(&ep->hep->urb_list)) {
5 return;
6 }
7
8 /* async deschedule */
9 if (!list_empty(&ep->schedule)) {
10 return;
11 }
12 }