mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] radeon : fix resuming printk, kernel 2.6.11-7
@ 2005-04-23 18:34 Victor STINNER
  0 siblings, 0 replies; only message in thread
From: Victor STINNER @ 2005-04-23 18:34 UTC (permalink / raw)
  To: Kernel ML

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]

Hi,

My patch remove a warning around Radeaon ATY driver.

I hope that this warning is not yet removed. If yes, where can I see the
lastest version of a file from Linux Kernel ? I used 
http://ehlo.org/~kay/gitweb.pl/linux-2.6/

Bye, Haypo


[-- Attachment #2: radeon_resume.patch --]
[-- Type: text/x-patch, Size: 414 bytes --]

--- drivers/video/aty/radeon_pm.c.old	2005-04-23 19:47:30.000000000 +0200
+++ drivers/video/aty/radeon_pm.c	2005-04-23 19:47:39.000000000 +0200
@@ -2606,7 +2606,7 @@
 		acquire_console_sem();
 
 	printk(KERN_DEBUG "radeonfb (%s): resuming from state: %d...\n",
-	       pci_name(pdev), pdev->dev.power.power_state);
+	       pci_name(pdev), pdev->dev.power.power_state.event);
 
 
 	if (pci_enable_device(pdev)) {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-04-23 18:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-23 18:34 [PATCH] radeon : fix resuming printk, kernel 2.6.11-7 Victor STINNER

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®