commit | d1fd3ddc469b576e36184f2bd02c0301d80118d3 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Tue May 07 12:32:16 2013 -0700 |
committer | Dave Airlie <airlied@redhat.com> | Fri May 10 14:46:03 2013 +1000 |
tree | 3fd39ec0d4a6893094a28170615b1b78d18a2b11 | |
parent | ebbd97ad885c3c41f56a5f81c27b1ea8156a0f07 [diff] |
drm: refactor call to request_module 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>