Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325850
b: refs/heads/master
c: 027c521
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Greg Kroah-Hartman committed Sep 5, 2012
1 parent 7fc1535 commit b0d8602
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: 49b5582893607e5dd120add693950b759bde176d
refs/heads/master: 027c5215a9b584ed2c7c23870221a4429d35a981
3 changes: 1 addition & 2 deletions trunk/drivers/usb/host/fhci-sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,7 @@ static void move_head_to_tail(struct list_head *list)
struct list_head *node = list->next;

if (!list_empty(list)) {
list_del(node);
list_add_tail(node, list);
list_move_tail(node, list);
}
}

Expand Down

0 comments on commit b0d8602

Please sign in to comment.