[alsa-devel] [PATCH 3/4] sound/soc/mxs/mxs-saif.c: add missing kfree
Wolfram Sang
w.sang at pengutronix.de
Sat Aug 20 15:44:39 CEST 2011
On Sat, Aug 20, 2011 at 08:12:40AM +0200, Julia Lawall wrote:
> diff --git a/sound/soc/mxs/mxs-saif.c b/sound/soc/mxs/mxs-saif.c
> index 0b3adae..4a17bc8 100644
> --- a/sound/soc/mxs/mxs-saif.c
> +++ b/sound/soc/mxs/mxs-saif.c
> @@ -523,8 +523,10 @@ static int mxs_saif_probe(struct platform_device *pdev)
> if (!saif)
> return -ENOMEM;
>
> - if (pdev->id >= ARRAY_SIZE(mxs_saif))
> - return -EINVAL;
> + if (pdev->id >= ARRAY_SIZE(mxs_saif)) {
> + ret = -EINVAL;
> + goto failed;
> + }
> mxs_saif[pdev->id] = saif;
Thanks, Julia. May I suggest to simple move the id-check before the
allocation?
Regards,
Wolfram
--
Pengutronix e.K. | Wolfram Sang |
Industrial Linux Solutions | http://www.pengutronix.de/ |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
Url : http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20110820/ece592c8/attachment.sig
More information about the Alsa-devel
mailing list