Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321863
b: refs/heads/master
c: af36107
h: refs/heads/master
i:
  321861: 7aa1a55
  321859: 5a44204
  321855: f16b8c1
v: v3
  • Loading branch information
Guenter Roeck authored and Mark Brown committed Aug 17, 2012
1 parent 17b0ce7 commit ea8e710
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a0c3652caa357b8f4e76efe401646ef298483cd9
refs/heads/master: af36107968f1b5faab0e4a0cc44fa4498c63f017
4 changes: 2 additions & 2 deletions trunk/drivers/spi/spi-coldfire-qspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ static int __devexit mcfqspi_remove(struct platform_device *pdev)
#ifdef CONFIG_PM_SLEEP
static int mcfqspi_suspend(struct device *dev)
{
struct spi_master *master = spi_master_get(dev_get_drvdata(dev));
struct spi_master *master = dev_get_drvdata(dev);
struct mcfqspi *mcfqspi = spi_master_get_devdata(master);

spi_master_suspend(master);
Expand All @@ -552,7 +552,7 @@ static int mcfqspi_suspend(struct device *dev)

static int mcfqspi_resume(struct device *dev)
{
struct spi_master *master = spi_master_get(dev_get_drvdata(dev));
struct spi_master *master = dev_get_drvdata(dev);
struct mcfqspi *mcfqspi = spi_master_get_devdata(master);

spi_master_resume(master);
Expand Down

0 comments on commit ea8e710

Please sign in to comment.