Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98024
b: refs/heads/master
c: f969c56
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Mahoney authored and Linus Torvalds committed Jun 12, 2008
1 parent f42e7e5 commit 4aa7a08
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: dc10885d68ae5893038e009f82cbb14a05aa9dd0
refs/heads/master: f969c5672b16b857e5231ad3c78f08d8ef3305aa
4 changes: 2 additions & 2 deletions trunk/drivers/video/fsl-diu-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ static void free_irq_local(int irq)
* Power management hooks. Note that we won't be called from IRQ context,
* unlike the blank functions above, so we may sleep.
*/
static int fsl_diu_suspend(struct of_device *dev, pm_message_t state)
static int fsl_diu_suspend(struct of_device *ofdev, pm_message_t state)
{
struct fsl_diu_data *machine_data;

Expand All @@ -1330,7 +1330,7 @@ static int fsl_diu_suspend(struct of_device *dev, pm_message_t state)
return 0;
}

static int fsl_diu_resume(struct of_device *dev)
static int fsl_diu_resume(struct of_device *ofdev)
{
struct fsl_diu_data *machine_data;

Expand Down

0 comments on commit 4aa7a08

Please sign in to comment.