Skip to content

Commit

Permalink
agpgart: detected ALi M???? chipset with M1621
Browse files Browse the repository at this point in the history
Add M1621 chipset name to ali-agp, preventing "Detected ALi M???? chipset"
message.

Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Ondrej Zary authored and Dave Airlie committed Jun 18, 2009
1 parent 068a117 commit 2908826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/agp/ali-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ static int __devinit agp_ali_probe(struct pci_dev *pdev,
devs[j].chipset_name = "M1641";
break;
case 0x43:
devs[j].chipset_name = "M????";
devs[j].chipset_name = "M1621";
break;
case 0x47:
devs[j].chipset_name = "M1647";
Expand Down

0 comments on commit 2908826

Please sign in to comment.