On Tue, Dec 06, 2016 at 07:00:26PM +, Tvrtko Ursulin wrote:
> From: Tvrtko Ursulin
>
> Several changes here:
>
> * Remove unused i915_report_error.
The plan was to start using it for the more prominent errors. (Any and
every DRM_ERROR should be considered to be a userfacing error message
a
From: Tvrtko Ursulin
Several changes here:
* Remove unused i915_report_error.
* Unexport __i915_printk and rename it to i915_load_error,
converting the latter from a macro to a static function.
* Use drm_dev_printk instead of open-coding the same.
v2: Fix reversed error condition.
Signed