]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove redundant const from function return type
authorImre Deak <imre.deak@intel.com>
Thu, 12 May 2016 13:18:52 +0000 (16:18 +0300)
committerImre Deak <imre.deak@intel.com>
Fri, 13 May 2016 12:17:59 +0000 (15:17 +0300)
commitd0a9e2ff269f10e548670e500bc9acf29c26ff64
treebb96c768e51ec6c0d61418c29939cb8cde0509c7
parent5e04ee339f03302e4a8048f38f6912938c7a7b48
drm/i915: Remove redundant const from function return type

Marking function return types as const is redundant, as these are
rvalues and as such constant by definition. Code checkers and GCC will
warn about this so remove the modifier.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1463059132-1720-5-git-send-email-imre.deak@intel.com
drivers/gpu/drm/i915/i915_debugfs.c