Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324811
b: refs/heads/master
c: e5d2cb4
h: refs/heads/master
i:
  324809: 534caf6
  324807: 974114e
v: v3
  • Loading branch information
Wei Yongjun authored and Greg Kroah-Hartman committed Sep 5, 2012
1 parent 4b9b7f8 commit 21e65e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 094e74c2040b4afce4c41e628811a8eb2ff57878
refs/heads/master: e5d2cb4a0b59fa3f4ecc2d47ca6afacada7794d2
3 changes: 1 addition & 2 deletions trunk/drivers/staging/gdm72xx/gdm_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ static struct usb_rx *get_rx_struct(struct rx_cxt *rx)
}

r = list_entry(rx->free_list.next, struct usb_rx, list);
list_del(&r->list);
list_add_tail(&r->list, &rx->used_list);
list_move_tail(&r->list, &rx->used_list);

return r;
}
Expand Down

0 comments on commit 21e65e5

Please sign in to comment.