Re: [PATCH] USB: gadget: f_mass_storage: fix in error recovery

From: Greg KH
Date: Wed May 12 2010 - 17:39:50 EST


On Wed, May 12, 2010 at 12:51:13PM +0200, Michal Nazarewicz wrote:
> In to places in fsg_common_init() an unconditional call to kfree()
> on common was performed in error recovery which is not a valid
> behaviour since fsg_common structure is not always allocated by
> fsg_common_init().
>
> To fix, the calls has been replaced with a goto to a proper error
> recovery which does the correct thing.
>
> Also, refactored fsg_common_release() function.
>
> Signed-off-by: Michal Nazarewicz <mina86@xxxxxxxxxx>

Does this superseed your previous patch in this thread?

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/