UPSTREAM: ASoC: hdac_hdmi: tidy up a memset()

The ARRAY_SIZE() is the number of the elements but we want to use the
number of bytes.  Fortunately, in this case the value is the same so it
doesn't affect runtime.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/20200825104623.GA278587@mwanda
Signed-off-by: Mark Brown <broonie@kernel.org>
(cherry picked from commit 672072976bf0db6e0aca5382bcf03bc90f439923)

BUG=b:160939437
TEST=Check HDMI display name in the Audio settings

Signed-off-by: Brent Lu <brent.lu@intel.com>
Change-Id: Ida88e82bbac22be5b6379e4bd94b7d671834a1a5
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/2487924
Reviewed-by: Sean Paul <seanpaul@chromium.org>
Reviewed-by: Hsinyu Chao <hychao@chromium.org>
Tested-by: Hsinyu Chao <hychao@chromium.org>
Commit-Queue: Hsinyu Chao <hychao@chromium.org>
(cherry picked from commit 0dcc9a638e253e2181787ac885aec27e4cbcb80a)
Signed-off-by: Hsin-Yu Chao <hychao@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/2530960
1 file changed