git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94318d5
)
drm: change drm_err return type to void
author
Joe Perches
<joe@perches.com>
Mon, 22 Sep 2014 16:30:11 +0000
(09:30 -0700)
committer
Dave Airlie
<airlied@redhat.com>
Wed, 24 Sep 2014 01:42:36 +0000
(11:42 +1000)
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>
No differences found