From: Takashi Iwai Date: Mon, 27 Oct 2014 14:15:44 +0000 (+0100) Subject: ALSA: hda - Pass printf argument directly to request_module() X-Git-Tag: omap-for-v3.20/drop-legacy-3517~123^2~21^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66797f36fd17e8975f4a3449aed895cda952c0ce;p=pandora-kernel.git ALSA: hda - Pass printf argument directly to request_module() request_module() handles the printf style arguments, so we don't have to render strings in the caller side. Not only it reduces the unnecessary temporary string buffer, it's even safer from the security POV. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed