mbox series

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

Message ID fffa1613-72e8-4cd0-a4db-b6b13a5222e9@stanley.mountain (mailing list archive)
Headers show
Series ASoC: SOF: imx: fix a couple Smatch bugs | expand

Message

Dan Carpenter Feb. 17, 2025, 7:32 a.m. UTC
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(-)

Comments

Laurentiu Mihalcea Feb. 17, 2025, 4:24 p.m. UTC | #1
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>