Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361320
b: refs/heads/master
c: 80e4e67
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed Mar 12, 2013
1 parent 037d189 commit 7a35805
Show file tree
Hide file tree
Showing 3 changed files with 3 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: df545d1cd01aab3ba3f687d5423e6c3687b069d8
refs/heads/master: 80e4e6716e43500c5c7d4ff4f73fc1b56f024083
1 change: 1 addition & 0 deletions trunk/drivers/mfd/tps65912-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ int tps65912_device_init(struct tps65912 *tps65912)
void tps65912_device_exit(struct tps65912 *tps65912)
{
mfd_remove_devices(tps65912->dev);
tps65912_irq_exit(tps65912);
kfree(tps65912);
}

Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/mfd/tps65912.h
Original file line number Diff line number Diff line change
Expand Up @@ -323,5 +323,6 @@ int tps65912_device_init(struct tps65912 *tps65912);
void tps65912_device_exit(struct tps65912 *tps65912);
int tps65912_irq_init(struct tps65912 *tps65912, int irq,
struct tps65912_platform_data *pdata);
int tps65912_irq_exit(struct tps65912 *tps65912);

#endif /* __LINUX_MFD_TPS65912_H */

0 comments on commit 7a35805

Please sign in to comment.