[PATCH 5.17 036/140] ASoC: rt9120: Correct the reg 0x09 size to one byte

From: Greg Kroah-Hartman
Date: Tue May 10 2022 - 10:20:28 EST


From: ChiYuan Huang <cy_huang@xxxxxxxxxxx>

commit 87c18514bb8477563a61f50b4285da156296edc4 upstream.

Correct the reg 0x09 size to one byte.

Signed-off-by: ChiYuan Huang <cy_huang@xxxxxxxxxxx>
Cc: stable@xxxxxxxxxxxxxxx
Link: https://lore.kernel.org/r/1650608810-3829-1-git-send-email-u0084500@xxxxxxxxx
Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
---
sound/soc/codecs/rt9120.c | 1 -
1 file changed, 1 deletion(-)

--- a/sound/soc/codecs/rt9120.c
+++ b/sound/soc/codecs/rt9120.c
@@ -341,7 +341,6 @@ static int rt9120_get_reg_size(unsigned
{
switch (reg) {
case 0x00:
- case 0x09:
case 0x20 ... 0x27:
return 2;
case 0x30 ... 0x3D: