drm/i915: constify harder
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 16 Oct 2013 09:51:54 +0000 (11:51 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 16 Oct 2013 11:32:18 +0000 (13:32 +0200)
commite8dfcf789591965abf3ad72856137c35abe3edc2
treee77613ecd0dc2833a0b4e9d457c5ee537e5b0aa1
parentf8c168fa45b8bbb3ad67768c0f0b6f8054743648
drm/i915: constify harder

We not only want const strings, but a const array of them. Reported by
checkpatch.pl

Cc: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_debugfs.c