Home
last modified time | relevance | path

Searched hist:"672072976 bf0db6e0aca5382bcf03bc90f439923" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dhdac_hdmi.cdiff 672072976bf0db6e0aca5382bcf03bc90f439923 Tue Aug 25 05:46:23 CDT 2020 Dan Carpenter <dan.carpenter@oracle.com> 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>