commit | f6f9099fa18948f6f9572b6d88f0ae7e5191842a | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavoars@kernel.org> | Tue Jul 14 14:49:45 2020 -0500 |
committer | Gustavo A. R. Silva <gustavoars@kernel.org> | Tue Jul 14 14:50:31 2020 -0500 |
tree | 77eba282be547d84361e8fa349a10c88c1618db9 | |
parent | e4ddbdb198516d28a97a45588756607bb96ef2d4 [diff] |
ASoC: Intel: Skylake: Avoid the use of one-element array One-element arrays are being deprecated[1]. Replace the one-element array with a simple value type u8 reserved, once it seems this is just a placeholder for alignment. [1] https://github.com/KSPP/linux/issues/79 Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>