Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326513
b: refs/heads/master
c: aefaf7b
h: refs/heads/master
i:
  326511: 18e1c83
v: v3
  • Loading branch information
Tony Lindgren committed Sep 13, 2012
1 parent 786e40d commit 8cc92b2
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: f799a3d8fe170159257b75c1baf48a7c1f625d1d
refs/heads/master: aefaf7be498b9cfbd16e42932cdc52ab334241e0
3 changes: 1 addition & 2 deletions trunk/drivers/w1/masters/omap_hdq.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <linux/pm_runtime.h>

#include <asm/irq.h>
#include <mach/hardware.h>

#include "../w1.h"
#include "../w1_int.h"
Expand Down Expand Up @@ -644,7 +643,7 @@ static int omap_hdq_remove(struct platform_device *pdev)

/* remove module dependency */
pm_runtime_disable(&pdev->dev);
free_irq(INT_24XX_HDQ_IRQ, hdq_data);
free_irq(platform_get_irq(pdev, 0), hdq_data);
platform_set_drvdata(pdev, NULL);
iounmap(hdq_data->hdq_base);
kfree(hdq_data);
Expand Down

0 comments on commit 8cc92b2

Please sign in to comment.