[PATCH] ASoC: fsl_xcvr: remove an unneeded semicolon
13145886936 at 163.com
13145886936 at 163.com
Fri Jun 25 22:37:40 AEST 2021
From: gushengxian <gushengxian at yulong.com>
Remove an unneeded semicolon.
Signed-off-by: gushengxian <gushengxian at yulong.com>
---
sound/soc/fsl/fsl_xcvr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/fsl/fsl_xcvr.c b/sound/soc/fsl/fsl_xcvr.c
index e34d57ad66fb..75fa8f1b5576 100644
--- a/sound/soc/fsl/fsl_xcvr.c
+++ b/sound/soc/fsl/fsl_xcvr.c
@@ -736,7 +736,7 @@ static int fsl_xcvr_load_firmware(struct fsl_xcvr *xcvr)
/* clean current page, including data memory */
memset_io(xcvr->ram_addr, 0, size);
}
- };
+ }
err_firmware:
release_firmware(fw);
--
2.25.1
More information about the Linuxppc-dev
mailing list