Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304499
b: refs/heads/master
c: d9a861d
h: refs/heads/master
i:
  304497: 794c5f0
  304495: f9af3d9
v: v3
  • Loading branch information
Kim, Milo authored and Greg Kroah-Hartman committed Apr 30, 2012
1 parent 2cbd0de commit 58a00a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: acbaa0bf052a363de640725972563a34d61cfb82
refs/heads/master: d9a861d55e0cf60829956d7c6e18b7de0b02ab92
1 change: 1 addition & 0 deletions trunk/drivers/staging/android/timed_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ EXPORT_SYMBOL_GPL(timed_output_dev_register);

void timed_output_dev_unregister(struct timed_output_dev *tdev)
{
tdev->enable(tdev, 0);
device_remove_file(tdev->dev, &dev_attr_enable);
device_destroy(timed_output_class, MKDEV(0, tdev->index));
dev_set_drvdata(tdev->dev, NULL);
Expand Down

0 comments on commit 58a00a1

Please sign in to comment.