Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269431
b: refs/heads/master
c: 6cfa627
h: refs/heads/master
i:
  269429: 7141cbc
  269427: d7fbd6a
  269423: 588e1f5
v: v3
  • Loading branch information
Peter Hüwe authored and Russell King committed Sep 22, 2011
1 parent 011dc82 commit 776298f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 1c3be369c5fcd36c5d3841ca5d97d80ad34e76dd
refs/heads/master: 6cfa6279edbffa921b7d8c9519bfd83a24ba508e
6 changes: 3 additions & 3 deletions trunk/drivers/spi/spi-pl022.c
Original file line number Diff line number Diff line change
Expand Up @@ -2282,14 +2282,14 @@ pl022_remove(struct amba_device *adev)
}

#ifdef CONFIG_SUSPEND
static int pl011_suspend(struct device *dev)
static int pl022_suspend(struct device *dev)
{
struct pl022 *pl022 = dev_get_drvdata(dev);
int status = 0;

status = stop_queue(pl022);
if (status) {
dev_warn(&adev->dev, "suspend cannot stop queue\n");
dev_warn(dev, "suspend cannot stop queue\n");
return status;
}

Expand All @@ -2298,7 +2298,7 @@ static int pl011_suspend(struct device *dev)
load_ssp_default_config(pl022);
amba_pclk_disable(pl022->adev);
amba_vcore_disable(pl022->adev);
dev_dbg(&adev->dev, "suspended\n");
dev_dbg(dev, "suspended\n");
return 0;
}

Expand Down

0 comments on commit 776298f

Please sign in to comment.