ALSA: hda - Pass printf argument directly to request_module()
authorTakashi Iwai <tiwai@suse.de>
Mon, 27 Oct 2014 14:15:44 +0000 (15:15 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 27 Oct 2014 14:17:54 +0000 (15:17 +0100)
commit66797f36fd17e8975f4a3449aed895cda952c0ce
tree315e11d30d969fffac8abd38fda040b90f4947a4
parent85c24cd8d3676cbae9e8809e894e68025c6d497e
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 <tiwai@suse.de>
sound/pci/hda/hda_codec.c