diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2014-08-21 11:32:45 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2014-08-21 11:32:45 -0400 |
commit | ba5fcc4d6b6eae3f2c55c6229a53d24d160789c1 (patch) | |
tree | 905f1ac4e24db1faaafc03097dd8a54d1ee2bf23 /src/ati_pciids_gen.h | |
parent | efef34930650d6d80f7b527f4cee76d9e5954ace (diff) |
radeon/kms: fix mullins pci id
strange errant change from:
39fef269f521c92a2a31c80447e9401bacb3797a
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/ati_pciids_gen.h')
-rw-r--r-- | src/ati_pciids_gen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ati_pciids_gen.h b/src/ati_pciids_gen.h index e59cd597..d867fa71 100644 --- a/src/ati_pciids_gen.h +++ b/src/ati_pciids_gen.h @@ -733,7 +733,7 @@ #define PCI_CHIP_MULLINS_9852 0x9852 #define PCI_CHIP_MULLINS_9853 0x9853 #define PCI_CHIP_MULLINS_9854 0x9854 -#define PCI_CHIP_MULLINS_9855 0x9845 +#define PCI_CHIP_MULLINS_9855 0x9855 #define PCI_CHIP_MULLINS_9856 0x9856 #define PCI_CHIP_MULLINS_9857 0x9857 #define PCI_CHIP_MULLINS_9858 0x9858 |