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:
85c24cd
)
ALSA: hda - Pass printf argument directly to request_module()
author
Takashi Iwai
<tiwai@suse.de>
Mon, 27 Oct 2014 14:15:44 +0000
(15:15 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 27 Oct 2014 14:17:54 +0000
(15:17 +0100)
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 <tiwai@suse.de>
No differences found