From patchwork Mon Feb 2 20:58:11 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eduardo Valentin X-Patchwork-Id: 5764241 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id C2E19BF440 for ; Mon, 2 Feb 2015 21:03:07 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 020582086E for ; Mon, 2 Feb 2015 21:03:06 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3D54C2086B for ; Mon, 2 Feb 2015 21:03:05 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YIO6y-0003RR-Ko; Mon, 02 Feb 2015 21:00:48 +0000 Received: from mail-pa0-x234.google.com ([2607:f8b0:400e:c03::234]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YIO5p-0001PK-OM for linux-arm-kernel@lists.infradead.org; Mon, 02 Feb 2015 20:59:38 +0000 Received: by mail-pa0-f52.google.com with SMTP id kx10so86857958pab.11 for ; Mon, 02 Feb 2015 12:59:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=bMa5BWvxZXfRYMDpqMS4fd19/nCPhuLZau/thupuyBE=; b=vIDU4tDH/pVeWZHFOOmdhHNheyRCHr1x87V8hKUrwL3IgFr22Af0TsLNuroFEveToj 76jv5PWyDgRf4wgwTXLQTKpg+p/f5YD2iVBxonKETf8r6Sk/Dx2zQF/fDyaApcS95n0X 3QRNJjMkf7OUTEIsKd9wo6aHTiJoaKt5eCi4nzyRY6eqxZH3LDj2oc+iz+afYCp3y7eI cCnsGW1XGBBnG5t+vTEm6MJqNwJtfNHxvNzPUOzjj8LA0pHe1UDjvGfMGlbwlVR2jfan XwwWbL3nrwyFLGD5s9fBJNbF9SlR8V2BLqHfneoZZhbhmgKj9Eyc5V2nUut614T206XD XBdQ== X-Received: by 10.66.163.137 with SMTP id yi9mr31770717pab.58.1422910757228; Mon, 02 Feb 2015 12:59:17 -0800 (PST) Received: from localhost (amazon.gigabitethernet4-0-6.asr1.snv2.gblx.net. [64.211.110.86]) by mx.google.com with ESMTPSA id fg6sm19741976pdb.24.2015.02.02.12.59.15 (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128/128); Mon, 02 Feb 2015 12:59:15 -0800 (PST) From: Eduardo Valentin To: Linux PM , Viresh Kumar Subject: [PATCH 08/14] cpufreq: exynos5250: iounmap in error path Date: Mon, 2 Feb 2015 16:58:11 -0400 Message-Id: <1422910697-5920-9-git-send-email-edubezval@gmail.com> X-Mailer: git-send-email 2.1.3 In-Reply-To: <1422910697-5920-1-git-send-email-edubezval@gmail.com> References: <1422910697-5920-1-git-send-email-edubezval@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150202_125937_908114_42556666 X-CRM114-Status: UNSURE ( 8.45 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: linux-samsung-soc@vger.kernel.org, "Rafael J. Wysocki" , linux-kernel@vger.kernel.org, Eduardo Valentin , Kukjin Kim , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP When error occurs, allow systems to release iomapped area. Cc: "Rafael J. Wysocki" Cc: Viresh Kumar Cc: Kukjin Kim Cc: linux-pm@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux-samsung-soc@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Eduardo Valentin --- drivers/cpufreq/exynos5250-cpufreq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/cpufreq/exynos5250-cpufreq.c b/drivers/cpufreq/exynos5250-cpufreq.c index 50b0cdf..e61d149 100644 --- a/drivers/cpufreq/exynos5250-cpufreq.c +++ b/drivers/cpufreq/exynos5250-cpufreq.c @@ -206,6 +206,7 @@ err_mout_mpll: err_moutcore: clk_put(cpu_clk); + iounmap(info->cmu_regs); of_node_put(np); pr_err("%s: failed initialization\n", __func__);