Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213559
b: refs/heads/master
c: 5014b5e
h: refs/heads/master
i:
  213557: aa355e7
  213555: 07d7fb8
  213551: 7aff634
v: v3
  • Loading branch information
Thomas Gleixner authored and Greg Kroah-Hartman committed Oct 22, 2010
1 parent 12a61a0 commit b81241a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a1df4e45c81ec9ae6b537f845db48b82ab40ac4f
refs/heads/master: 5014b5e33a5485ab669ce536078c957ec221ade3
2 changes: 1 addition & 1 deletion trunk/drivers/usb/misc/ftdi-elan.c
Original file line number Diff line number Diff line change
Expand Up @@ -2769,7 +2769,7 @@ static int ftdi_elan_probe(struct usb_interface *interface,
ftdi->sequence_num = ++ftdi_instances;
mutex_unlock(&ftdi_module_lock);
ftdi_elan_init_kref(ftdi);
init_MUTEX(&ftdi->sw_lock);
sema_init(&ftdi->sw_lock, 1);
ftdi->udev = usb_get_dev(interface_to_usbdev(interface));
ftdi->interface = interface;
mutex_init(&ftdi->u132_lock);
Expand Down

0 comments on commit b81241a

Please sign in to comment.