Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324934
b: refs/heads/master
c: 73295fe
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Greg Kroah-Hartman committed Sep 6, 2012
1 parent cc726e8 commit 7be60fe
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: 84bda909312a5df79cddad875ea6b468cf18da03
refs/heads/master: 73295fe185e58b8c0b288fee61a8a994015ab4b2
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 @@ -186,8 +186,7 @@ static struct usb_rx *get_rx_struct(struct rx_cxt *rx)
/* Before this function is called, spin lock should be locked. */
static void put_rx_struct(struct rx_cxt *rx, struct usb_rx *r)
{
list_del(&r->list);
list_add(&r->list, &rx->free_list);
list_move(&r->list, &rx->free_list);
}

static int init_usb(struct usbwm_dev *udev)
Expand Down

0 comments on commit 7be60fe

Please sign in to comment.