[PATCH 0/2] ASoC: SOF: imx: fix a couple Smatch bugs

Dan Carpenter posted 2 patches 10 months ago
Only 0 patches received!
sound/soc/sof/imx/imx-common.c | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
[PATCH 0/2] ASoC: SOF: imx: fix a couple Smatch bugs
Posted by Dan Carpenter 10 months ago
Fix a couple of bugs which were detected using Smatch.
(https://github.com/error27/smatch)

Dan Carpenter (2):
  ASoC: SOF: imx: Fix an IS_ERR() vs NULL bug in
    imx_parse_ioremap_memory()
  ASoC: SOF: imx: Fix error code in probe()

 sound/soc/sof/imx/imx-common.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

-- 
2.47.2
Re: [PATCH 0/2] ASoC: SOF: imx: fix a couple Smatch bugs
Posted by Laurentiu Mihalcea 10 months ago
On 2/17/2025 9:32 AM, Dan Carpenter wrote:
> Fix a couple of bugs which were detected using Smatch.
> (https://github.com/error27/smatch)
>
> Dan Carpenter (2):
>   ASoC: SOF: imx: Fix an IS_ERR() vs NULL bug in
>     imx_parse_ioremap_memory()
>   ASoC: SOF: imx: Fix error code in probe()
>
>  sound/soc/sof/imx/imx-common.c | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)
Thanks! For the whole series: Reviewed-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>