Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44769
b: refs/heads/master
c: 96ca014
h: refs/heads/master
i:
  44767: 2cfdb89
v: v3
  • Loading branch information
Oliver Neukum authored and Greg Kroah-Hartman committed Dec 20, 2006
1 parent 6f076c8 commit 1768b09
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: 6a7255e1df3cf8f89c2c0c6eeea866c6bb17cfb9
refs/heads/master: 96ca014d53d2c2f9d3b32fe6f2f003e660c3bc63
2 changes: 1 addition & 1 deletion trunk/drivers/usb/misc/trancevibrator.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ static void tv_disconnect(struct usb_interface *interface)
struct trancevibrator *dev;

dev = usb_get_intfdata (interface);
usb_set_intfdata(interface, NULL);
device_remove_file(&interface->dev, &dev_attr_speed);
usb_set_intfdata(interface, NULL);
usb_put_dev(dev->udev);
kfree(dev);
}
Expand Down

0 comments on commit 1768b09

Please sign in to comment.