Aaro Koskinen <aaro.koskinen@xxxxxxxxx> writes: > sr_late_init() will take care of freeing the resources. > > Signed-off-by: Aaro Koskinen <aaro.koskinen@xxxxxxxxx> Thanks, As I've already got some other SR related stuff queued up for 2.6.39, I'll queue patches 2-6 for the 2.6.39-rc fixes cycle. Tony can take patch 1 as he see's fit. Also, I renamed the subject/shortlog to use 'OMAP2+: smartreflex: ..." instead of 'arm: mach-omap2'. Kevin > --- > arch/arm/mach-omap2/smartreflex.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-omap2/smartreflex.c b/arch/arm/mach-omap2/smartreflex.c > index 8f674c9..6dfc8db 100644 > --- a/arch/arm/mach-omap2/smartreflex.c > +++ b/arch/arm/mach-omap2/smartreflex.c > @@ -883,7 +883,7 @@ static int __init omap_sr_probe(struct platform_device *pdev) > ret = sr_late_init(sr_info); > if (ret) { > pr_warning("%s: Error in SR late init\n", __func__); > - goto err_release_region; > + return ret; > } > } -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html