]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/bios: Downgrade the "signature missing" DRM_ERROR to debug
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 24 Feb 2012 16:53:28 +0000 (16:53 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 27 Feb 2012 10:32:10 +0000 (11:32 +0100)
commitcdf5dee9350851c1601a4643b3bf6d8c7ffc9bb0
treee5432257b7f3654a6ceebed825dd95c2c456cced
parenteb27d504a7f0cd50369329f7c7cadb73ff0ec10a
drm/i915/bios: Downgrade the "signature missing" DRM_ERROR to debug

As we warn the user later that we cannot find or load the VBIOS,
explaining why is an exercise in debugging. Shouting *ERROR* upsets
people and produces bug reports.

Reported-by: Michael Rieder <mr@student.ethz.ch>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=43751
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_bios.c