mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Victor STINNER <victor.stinner@haypocalc.com>
To: Kernel ML <linux-kernel@vger.kernel.org>
Subject: [PATCH] radeon : fix resuming printk, kernel 2.6.11-7
Date: Sat, 23 Apr 2005 20:34:36 +0200	[thread overview]
Message-ID: <1114281276.21753.1.camel@haypopc> (raw)

[-- 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)) {

                 reply	other threads:[~2005-04-23 18:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1114281276.21753.1.camel@haypopc \
    --to=victor.stinner@haypocalc.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®