mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Victor STINNER <victor.stinner@haypocalc.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] ati-agp : remove warning in agp_ati_suspend, kernel 2.6.11-7
Date: Sat, 23 Apr 2005 20:15:40 +0200	[thread overview]
Message-ID: <1114280140.20958.5.camel@haypopc> (raw)

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

Hi,

My patch remove a warning around AGP ATI 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: ati-agp_suspend.patch --]
[-- Type: text/x-patch, Size: 372 bytes --]

--- drivers/char/agp/ati-agp.c.old	2005-04-23 19:36:23.000000000 +0200
+++ drivers/char/agp/ati-agp.c	2005-04-23 19:38:05.000000000 +0200
@@ -508,7 +508,7 @@
 
 #ifdef CONFIG_PM
 
-static int agp_ati_suspend(struct pci_dev *pdev, u32 state)
+static int agp_ati_suspend(struct pci_dev *pdev, pm_message_t state)
 {
 	pci_save_state (pdev);
 	pci_set_power_state (pdev, 3);

                 reply	other threads:[~2005-04-23 18:15 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=1114280140.20958.5.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®