ASoC: hdac_hdmi: tidy up a memset()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 25 Aug 2020 10:46:23 +0000 (13:46 +0300)
committerMark Brown <broonie@kernel.org>
Tue, 25 Aug 2020 19:53:28 +0000 (20:53 +0100)
commit672072976bf0db6e0aca5382bcf03bc90f439923
treec696d8cf7a3a8d2c16885f170768c30b741a5d7c
parentafa86a047edef28004fb3d2a47d3d90309a830a5
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>
sound/soc/codecs/hdac_hdmi.c