/packages/linux/patches/linux-3.1.4-071-silence_i915_agp-module-0.1.patch

http://github.com/OpenELEC/OpenELEC.tv · Patch · 12 lines · 11 code · 1 blank · 0 comment · 0 complexity · 66299eaa30700ee888b6554b83aed548 MD5 · raw file

  1. diff -Naur linux-2.6.39-rc5/drivers/gpu/drm/i915/i915_drv.c linux-2.6.39-rc5.patch/drivers/gpu/drm/i915/i915_drv.c
  2. --- linux-2.6.39-rc5/drivers/gpu/drm/i915/i915_drv.c 2011-04-27 05:48:50.000000000 +0200
  3. +++ linux-2.6.39-rc5.patch/drivers/gpu/drm/i915/i915_drv.c 2011-04-29 02:51:28.773622809 +0200
  4. @@ -760,7 +760,7 @@
  5. static int __init i915_init(void)
  6. {
  7. if (!intel_agp_enabled) {
  8. - DRM_ERROR("drm/i915 can't work without intel_agp module!\n");
  9. + DRM_INFO("drm/i915 can't work without intel_agp module!\n");
  10. return -ENODEV;
  11. }