* pm_message_t-fix-for-radeon_pmc.patch added to -mm tree
@ 2005-05-23 23:19 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2005-05-23 23:19 UTC (permalink / raw)
To: brix, benh, linux-fbdev-devel, mm-commits
The patch titled
pm_message_t fix for radeon_pm.c
has been added to the -mm tree. Its filename is
pm_message_t-fix-for-radeon_pmc.patch
Patches currently in -mm which might be from brix@gentoo.org are
pm_message_t-fix-for-radeon_pmc.patch
From: Henrik Brix Andersen <brix@gentoo.org>
This patch adds a missing .event to pm_message_t handling in
drivers/video/aty/radeon_pm.c
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: <linux-fbdev-devel@lists.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---
drivers/video/aty/radeon_pm.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff -puN drivers/video/aty/radeon_pm.c~pm_message_t-fix-for-radeon_pmc drivers/video/aty/radeon_pm.c
--- 25/drivers/video/aty/radeon_pm.c~pm_message_t-fix-for-radeon_pmc Mon May 23 16:18:46 2005
+++ 25-akpm/drivers/video/aty/radeon_pm.c Mon May 23 16:18:46 2005
@@ -2526,11 +2526,11 @@ int radeonfb_pci_suspend(struct pci_dev
struct radeonfb_info *rinfo = info->par;
int i;
- if (state == pdev->dev.power.power_state)
+ if (state.event == pdev->dev.power.power_state.event)
return 0;
printk(KERN_DEBUG "radeonfb (%s): suspending to state: %d...\n",
- pci_name(pdev), state);
+ pci_name(pdev), state.event);
/* For suspend-to-disk, we cheat here. We don't suspend anything and
* let fbcon continue drawing until we are all set. That shouldn't
_
-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-05-23 23:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-23 23:19 pm_message_t-fix-for-radeon_pmc.patch added to -mm tree akpm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).