From patchwork Sat Mar 5 15:29:05 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 612321 X-Patchwork-Delegate: khilman@deeprootsystems.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p25FTdQ0023890 for ; Sat, 5 Mar 2011 15:29:55 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752581Ab1CEP3z (ORCPT ); Sat, 5 Mar 2011 10:29:55 -0500 Received: from na3sys009aog110.obsmtp.com ([74.125.149.203]:59648 "EHLO na3sys009aog110.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751962Ab1CEP3y (ORCPT ); Sat, 5 Mar 2011 10:29:54 -0500 Received: from source ([209.85.213.182]) (using TLSv1) by na3sys009aob110.postini.com ([74.125.148.12]) with SMTP ID DSNKTXJW8Ye9bd1FWCPP5G1u7DTeBD1Mlt+p@postini.com; Sat, 05 Mar 2011 07:29:54 PST Received: by yxl31 with SMTP id 31so1261600yxl.13 for ; Sat, 05 Mar 2011 07:29:53 -0800 (PST) Received: by 10.150.172.17 with SMTP id u17mr2402188ybe.33.1299338993077; Sat, 05 Mar 2011 07:29:53 -0800 (PST) Received: from localhost (dragon.ti.com [192.94.94.33]) by mx.google.com with ESMTPS id d3sm405241ybi.5.2011.03.05.07.29.48 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 05 Mar 2011 07:29:51 -0800 (PST) From: Nishanth Menon To: linux-omap Cc: linux-arm , Kevin Hilman , Tony , Paul , Nishanth Menon Subject: [PATCH V3 02/19] OMAP3+: voltage: fix build warning Date: Sat, 5 Mar 2011 20:59:05 +0530 Message-Id: <1299338962-5602-3-git-send-email-nm@ti.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1299338962-5602-1-git-send-email-nm@ti.com> References: <1299338962-5602-1-git-send-email-nm@ti.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Sat, 05 Mar 2011 15:29:55 +0000 (UTC) Reviewed-by: Felipe Balbi diff --git a/arch/arm/mach-omap2/voltage.c b/arch/arm/mach-omap2/voltage.c index e0cbd93..56961df 100644 --- a/arch/arm/mach-omap2/voltage.c +++ b/arch/arm/mach-omap2/voltage.c @@ -91,10 +91,14 @@ static int __init _config_common_vdd_data(struct omap_vdd_info *vdd) * XXX Clockfw should handle this, or this should be in a * struct record */ - if (cpu_is_omap24xx() || cpu_is_omap34xx()) + if (cpu_is_omap24xx() || cpu_is_omap34xx()) { sys_ck_name = "sys_ck"; - else if (cpu_is_omap44xx()) + } else if (cpu_is_omap44xx()) { sys_ck_name = "sys_clkin_ck"; + } else { + pr_err("%s: Unsupported OMAP\n", __func__); + return -EINVAL; + } /* * Sys clk rate is require to calculate vp timeout value and