commit | d6b6c2ca6a2fbbb39051ec1d2763a947e3283683 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue May 26 14:40:14 2015 +0200 |
committer | Mark Brown <broonie@kernel.org> | Tue May 26 16:21:57 2015 +0100 |
tree | 574dd1490eda7fc297798d48a1f895876b129dde | |
parent | 9e4980896c46ed84d0aa27382e18d1cacb7cb86e [diff] |
ASoC: Simplify format_register_str() without stack usages Instead of allocating two string buffers on stack and copying them back, manipulate directly the target string buffer. This simplifies the code well. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Mark Brown <broonie@kernel.org>