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:
4d1f788
)
drm: cleanup DRM_DEBUG() parameters
author
Márton Németh
<nm127@freemail.hu>
Thu, 24 Jan 2008 05:58:57 +0000
(15:58 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 7 Feb 2008 05:09:39 +0000
(15:09 +1000)
As DRM_DEBUG macro already prints out the __FUNCTION__ string (see
drivers/char/drm/drmP.h), it is not worth doing this again. At some
other places the ending "\n" was added.
airlied:- I cleaned up a few that this patch missed also
Signed-off-by: Dave Airlie <airlied@linux.ie>
No differences found