Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297495
b: refs/heads/master
c: 7414a1b
h: refs/heads/master
i:
  297493: 5d813ba
  297491: 54c9d0b
  297487: 712946a
v: v3
  • Loading branch information
Rajeev KUMAR authored and Vinod Koul committed Feb 22, 2012
1 parent 5330039 commit def052a
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 91c1c9e36d9450974c9f04cf961d0b45aafca507
refs/heads/master: 7414a1b8b2b99093d6a271a1220557e87dc1ae94
4 changes: 4 additions & 0 deletions trunk/drivers/dma/dw_dmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1562,6 +1562,10 @@ static int dw_resume_noirq(struct device *dev)
static const struct dev_pm_ops dw_dev_pm_ops = {
.suspend_noirq = dw_suspend_noirq,
.resume_noirq = dw_resume_noirq,
.freeze_noirq = dw_suspend_noirq,
.thaw_noirq = dw_resume_noirq,
.restore_noirq = dw_resume_noirq,
.poweroff_noirq = dw_suspend_noirq,
};

static struct platform_driver dw_driver = {
Expand Down

0 comments on commit def052a

Please sign in to comment.