From e0b47de03728e92ff4e506b92523f120514b39d3 Mon Sep 17 00:00:00 2001 From: Julia Lawall Date: Thu, 12 Jan 2012 10:55:17 +0100 Subject: [PATCH] --- yaml --- r: 287246 b: refs/heads/master c: 14ea960164ecb25f7617eba33e7c7f9163e93e7c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/smartreflex.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 780d7a3ca58f..58f84dd87014 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e0feca899c9785316ec67954f1a8e84102eaaca7 +refs/heads/master: 14ea960164ecb25f7617eba33e7c7f9163e93e7c diff --git a/trunk/arch/arm/mach-omap2/smartreflex.c b/trunk/arch/arm/mach-omap2/smartreflex.c index 9dd93453e563..7e755bb0ffc4 100644 --- a/trunk/arch/arm/mach-omap2/smartreflex.c +++ b/trunk/arch/arm/mach-omap2/smartreflex.c @@ -897,7 +897,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__); - return ret; + goto err_iounmap; } }