Fix build after typo.

Reported by:	Sergey V. Dyatko <sergey.dyatko@gmail.com>
MFC after:	3 days
This commit is contained in:
Robert Noland 2010-03-13 18:14:51 +00:00
parent ff0f9d8c07
commit c5af82e517

View File

@ -664,7 +664,7 @@ extern int i915_wait_ring(struct drm_device * dev, int n, const char *caller);
#define IS_G33(dev) ((dev)->pci_device == 0x29C2 || \
(dev)->pci_device == 0x29B2 || \
(dev)->pci_device == 0x29D2 || \
IS_IGD(DEV))
IS_IGD(dev))
#define IS_I9XX(dev) (IS_I915G(dev) || IS_I915GM(dev) || IS_I945G(dev) || \
IS_I945GM(dev) || IS_I965G(dev) || IS_G33(dev))