]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Fix typo in radeonfb
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 4 Mar 2004 07:57:35 +0000 (23:57 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 4 Mar 2004 07:57:35 +0000 (23:57 -0800)
This fixes a typo in the list of PCI IDs in radeonfb, which in turn
fixes detection of some mobility models.

drivers/video/aty/radeon_base.c

index a9d3db2455644683135f7e85bb7090aa921e1e2d..a00d86c66fc646fe59aae284aed9fe363698f18f 100644 (file)
@@ -135,7 +135,7 @@ static struct pci_device_id radeonfb_pci_table[] = {
        CHIP_DEF(PCI_CHIP_R200_QM,      R200,   CHIP_HAS_CRTC2),
        /* Mobility M7 */
        CHIP_DEF(PCI_CHIP_RADEON_LW,    RV200,  CHIP_HAS_CRTC2 | CHIP_IS_MOBILITY),
-       CHIP_DEF(PCI_CHIP_RADEON_LW,    RV200,  CHIP_HAS_CRTC2 | CHIP_IS_MOBILITY),
+       CHIP_DEF(PCI_CHIP_RADEON_LX,    RV200,  CHIP_HAS_CRTC2 | CHIP_IS_MOBILITY),
        /* 7500 */
        CHIP_DEF(PCI_CHIP_RV200_QW,     RV200,  CHIP_HAS_CRTC2),
        CHIP_DEF(PCI_CHIP_RV200_QX,     RV200,  CHIP_HAS_CRTC2),