Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26980
b: refs/heads/master
c: ac88bcf
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks authored and Linus Torvalds committed May 26, 2006
1 parent 5e81111 commit dcac711
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: 0fba3a1f39f8b0a50b56c8b068fa52131cbc84c2
refs/heads/master: ac88bcff2fa536e015a97e144b7190c740225144
4 changes: 2 additions & 2 deletions trunk/drivers/spi/spi_s3c24xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,15 +405,15 @@ static int s3c24xx_spi_remove(struct platform_device *dev)

static int s3c24xx_spi_suspend(struct platform_device *pdev, pm_message_t msg)
{
struct s3c24xx_spi *hw = platform_get_drvdata(dev);
struct s3c24xx_spi *hw = platform_get_drvdata(pdev);

clk_disable(hw->clk);
return 0;
}

static int s3c24xx_spi_resume(struct platform_device *pdev)
{
struct s3c24xx_spi *hw = platform_get_drvdata(dev);
struct s3c24xx_spi *hw = platform_get_drvdata(pdev);

clk_enable(hw->clk);
return 0;
Expand Down

0 comments on commit dcac711

Please sign in to comment.