From: Gabriel Mansi Date: Mon, 7 May 2007 21:55:13 +0000 (-0300) Subject: [AGPGART] Fix wrong ID in via-agp.c X-Git-Tag: v2.6.22-rc2~90^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbdfff86a8f0c91ad8b6dedf74bc14de4ba39679;p=pandora-kernel.git [AGPGART] Fix wrong ID in via-agp.c there is a wrong id in drivers/char/agp/via-agp.c #define PCI_DEVICE_ID_VIA_CX700 0x8324 It must be 0x0324 Notice that PCI_DEVICE_ID_VIA_CX700 is also used in drivers/i2c/busses/i2c-viapro.c and drivers/ide/pci/via82cxxx.c So, I think that constant must be renamed to avoid conflicting. I attached a proposed patch. Signed-off-by: Dave Jones --- Reading git-diff-tree failed