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:
ebbd97a
)
drm: refactor call to request_module
author
Kees Cook
<keescook@chromium.org>
Tue, 7 May 2013 19:32:16 +0000
(12:32 -0700)
committer
Dave Airlie
<airlied@redhat.com>
Fri, 10 May 2013 04:46:03 +0000
(14:46 +1000)
This reduces the size of the stack frame when calling request_module().
Performing the sprintf before the call is not needed.
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found