Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62991
b: refs/heads/master
c: 26b9723
h: refs/heads/master
i:
  62989: 26b97ab
  62987: 55ff373
  62983: 497d0a0
  62975: cafae32
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Linus Torvalds committed Jul 26, 2007
1 parent 75fab74 commit 90324fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 780dcdb21170ae8ad3faa640ede249261f216a8c
refs/heads/master: 26b97237f7eee977eb8beb59adbbf0a8ab4f8276
3 changes: 2 additions & 1 deletion trunk/drivers/video/chipsfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/fb.h>
#include <linux/pm.h>
#include <linux/init.h>
#include <linux/pci.h>
#include <linux/console.h>
Expand Down Expand Up @@ -458,7 +459,7 @@ static int chipsfb_pci_suspend(struct pci_dev *pdev, pm_message_t state)

if (state.event == pdev->dev.power.power_state.event)
return 0;
if (state.event != PM_SUSPEND_MEM)
if (state.event != PM_EVENT_SUSPEND)
goto done;

acquire_console_sem();
Expand Down

0 comments on commit 90324fa

Please sign in to comment.