Re: [PATCH] ASoC: fsl: fsl_qmc_audio: Remove unnecessary bool conversions
From: Herve Codina <herve.codina@bootlin.com>
Date: 2025-02-24 13:33:39
Also in:
linux-sound, lkml
From: Herve Codina <herve.codina@bootlin.com>
Date: 2025-02-24 13:33:39
Also in:
linux-sound, lkml
On Sun, 23 Feb 2025 21:27:41 +0100 Thorsten Blum [off-list ref] wrote:
Remove unnecessary bool conversions and simplify the code. Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev> --- sound/soc/fsl/fsl_qmc_audio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)diff --git a/sound/soc/fsl/fsl_qmc_audio.c b/sound/soc/fsl/fsl_qmc_audio.c index e257b8adafe0..b2979290c973 100644 --- a/sound/soc/fsl/fsl_qmc_audio.c +++ b/sound/soc/fsl/fsl_qmc_audio.c
Acked-by: Herve Codina <herve.codina@bootlin.com> Best regards, Hervé