diff options
author | Eric Anholt <eric@anholt.net> | 2008-12-22 21:56:27 -0500 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2008-12-28 19:06:20 -0500 |
commit | b854b2ab959e8175d75e01cf8ed452ed2624d0c8 (patch) | |
tree | 70701c6bb092d7b07d3a3751c56015bec0100c83 /drivers/char | |
parent | a50ccc6c6623ab0e64f2109881e07c176b2d876f (diff) |
agp/intel: Fix broken ® symbol in device name.
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/agp/intel-agp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/agp/intel-agp.c b/drivers/char/agp/intel-agp.c index 7d8db5a61104..c7714185f831 100644 --- a/drivers/char/agp/intel-agp.c +++ b/drivers/char/agp/intel-agp.c | |||
@@ -2160,7 +2160,7 @@ static const struct intel_driver_description { | |||
2160 | { PCI_DEVICE_ID_INTEL_Q33_HB, PCI_DEVICE_ID_INTEL_Q33_IG, 0, "Q33", | 2160 | { PCI_DEVICE_ID_INTEL_Q33_HB, PCI_DEVICE_ID_INTEL_Q33_IG, 0, "Q33", |
2161 | NULL, &intel_g33_driver }, | 2161 | NULL, &intel_g33_driver }, |
2162 | { PCI_DEVICE_ID_INTEL_GM45_HB, PCI_DEVICE_ID_INTEL_GM45_IG, 0, | 2162 | { PCI_DEVICE_ID_INTEL_GM45_HB, PCI_DEVICE_ID_INTEL_GM45_IG, 0, |
2163 | "Mobile Intel? GM45 Express", NULL, &intel_i965_driver }, | 2163 | "Mobile Intel® GM45 Express", NULL, &intel_i965_driver }, |
2164 | { PCI_DEVICE_ID_INTEL_IGD_E_HB, PCI_DEVICE_ID_INTEL_IGD_E_IG, 0, | 2164 | { PCI_DEVICE_ID_INTEL_IGD_E_HB, PCI_DEVICE_ID_INTEL_IGD_E_IG, 0, |
2165 | "Intel Integrated Graphics Device", NULL, &intel_i965_driver }, | 2165 | "Intel Integrated Graphics Device", NULL, &intel_i965_driver }, |
2166 | { PCI_DEVICE_ID_INTEL_Q45_HB, PCI_DEVICE_ID_INTEL_Q45_IG, 0, | 2166 | { PCI_DEVICE_ID_INTEL_Q45_HB, PCI_DEVICE_ID_INTEL_Q45_IG, 0, |