drm/i915: redefine WARN_ON_ONCE to include the condition
authorJani Nikula <jani.nikula@intel.com>
Thu, 12 Mar 2015 11:01:12 +0000 (13:01 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 17 Mar 2015 21:30:30 +0000 (22:30 +0100)
commitcd9bfacb8726681c9bda57a679d8f7ba61ecc9f8
tree5a8214cfe2cf2ea21c75f37b52b907b293f1ae6e
parent8749be86a8f0c8a956d20f7d3c768ed6d1e356a1
drm/i915: redefine WARN_ON_ONCE to include the condition

Same as

commit c883ef1b1c998d2d66866772fd0fc34afa45641e
Author: Mika Kuoppala <miku@iki.fi>
Date:   Tue Oct 28 17:32:30 2014 +0200

    drm/i915: Redefine WARN_ON to include the condition

but for WARN_ON_ONCE. Since the kernel WARN_ON_ONCE actually picks up
*our* version of WARN_ON, we end up with messages like

[  838.285319] WARN_ON(!__warned)

which are not that helpful.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h
This page took 0.025174 seconds and 5 git commands to generate.