[PATCH v1] ASoC: fsl_ssi: Simplify with dev_err_probe()

2024-08-30 Thread Shen Lichuan
the error code is returned which allows more compact error paths. Signed-off-by: Shen Lichuan --- sound/soc/fsl/fsl_ssi.c | 33 +++-- 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c index c4c1d9c44056

[PATCH v1] ps3: Correct some typos in comments

2024-09-29 Thread Shen Lichuan
ivers/ps3/ps3-vuart.c:471: transmision ==> transmission drivers/ps3/sys-manager-core.c:15: Staticly ==> Statically Signed-off-by: Shen Lichuan --- drivers/ps3/ps3-lpm.c | 2 +- drivers/ps3/ps3-sys-manager.c | 2 +- drivers/ps3/ps3-vuart.c| 4 ++-- drivers/ps3/sys-manager-c