From: Kees Cook Date: Tue, 7 May 2013 19:32:16 +0000 (-0700) Subject: drm: refactor call to request_module X-Git-Tag: v3.10-rc2~36^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1fd3ddc469b576e36184f2bd02c0301d80118d3;p=pandora-kernel.git 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 Acked-by: Paul Menzel Signed-off-by: Dave Airlie --- Reading git-diff-tree failed