drm/i915: Replace the line of %s by a DEV_INFO_FOR_EACH_FLAG() invocation
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 23 Apr 2013 15:38:34 +0000 (16:38 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 23 Apr 2013 15:44:45 +0000 (17:44 +0200)
This way, when adding a device flag we don't have to manually maintain
that list.

v2: undefine the helper macros (Jani Nikula, Daniel Vetter)

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found