mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ati-agp : remove warning in agp_ati_suspend, kernel 2.6.11-7
@ 2005-04-23 18:15 Victor STINNER
  0 siblings, 0 replies; only message in thread
From: Victor STINNER @ 2005-04-23 18:15 UTC (permalink / raw)
  To: linux-kernel

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

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

only message in thread, other threads:[~2005-04-23 18:15 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:15 [PATCH] ati-agp : remove warning in agp_ati_suspend, 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®