drm: change drm_err return type to void
authorJoe Perches <joe@perches.com>
Mon, 22 Sep 2014 16:30:11 +0000 (09:30 -0700)
committerDave Airlie <airlied@redhat.com>
Wed, 24 Sep 2014 01:42:36 +0000 (11:42 +1000)
commit9908fb654088e50d7d528f74898c5e5ebbd0fb68
tree14f640b5845f72ad31cfc04abeccbe2ff3c72e3e
parent94318d50ffc84a1ebaf1a83a0a56bbbaf415bacf
drm: change drm_err return type to void

The return value is not used by callers of this function
nor by uses of the DRM_ERROR macro so change the function
to return void.

Signed-off-by: Joe Perches <joe@perches.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_drv.c
include/drm/drmP.h