commit | 0607aa3cd824bddf85fa5174fe4be34af5a429fb | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Mon Sep 18 10:48:43 2017 +0100 |
committer | Mark Brown <broonie@kernel.org> | Tue Sep 19 12:57:32 2017 +0100 |
tree | 2681eac2b7489bcdaac4bc06256b0bba9e764ac2 | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e [diff] |
ASoC: hdmi-codec: use sizeof_field rather than declaring hcp Use FIELD_SIZEOF rather than declaring and initializing hcp. Remove unused variables. Cleans up clang warning: warning: Value stored to 'hcp' during its initialization is never read Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mark Brown <broonie@kernel.org>