commit | bbdfff86a8f0c91ad8b6dedf74bc14de4ba39679 | [log] [tgz] |
---|---|---|
author | Gabriel Mansi <gabriel.mansi@gmail.com> | Mon May 07 18:55:13 2007 -0300 |
committer | Dave Jones <davej@redhat.com> | Sun May 13 17:41:47 2007 -0400 |
tree | 9e2b05dd3964921cd7f5ac4abdd35ba71b6b0830 | |
parent | 705962ccc9d21a08b74b6b6e1d3cf10f98968a67 [diff] |
[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 <davej@redhat.com>