From patchwork Thu May 22 17:22:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Abhilash Kesavan X-Patchwork-Id: 4225081 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 7C34E9F1CD for ; Thu, 22 May 2014 17:26:22 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 89A9020381 for ; Thu, 22 May 2014 17:26:21 +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 CE3B520131 for ; Thu, 22 May 2014 17:26:20 +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 1WnWij-0002RJ-Pm; Thu, 22 May 2014 17:23:57 +0000 Received: from mail-pb0-x236.google.com ([2607:f8b0:400e:c01::236]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WnWhr-0001uQ-HT for linux-arm-kernel@lists.infradead.org; Thu, 22 May 2014 17:23:03 +0000 Received: by mail-pb0-f54.google.com with SMTP id jt11so2770646pbb.41 for ; Thu, 22 May 2014 10:22:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=d9GR9GKeo97TUGYch0v0hBcieUWVuf19pBWCd8KlmEg=; b=C6MDzXEOvSd0rsPPTx+9chr3gh/L9YlBfAHTuQSZT6zRZO3k9gw5O9qiGQNkpsY+Sk aH7zxsbSevCUCHBnq7NBYD6bhx/FOQnahd1y1Aod2oFwKRTA9LIaytTh66jpZHG+FbYc La4p3qBykxEqoePLsLkYfUqzGSv1HDwmPg5ejRfJ7++cufl8BuljmVckTNqTCw6uTJ0H /Sn0WXvzNZWxUw6n/nEJeyuc/Mx+o32rjEtlwL5hXKwqmHP+T9h7KpjlUJSHjh+hFDtg Zxojc5n2fjAPAqSfNJJmZ0NXCVcKH8X462M3EDMv7ceFs+iSkeZOJ6sqnZxiyGg0Csmi BGRg== X-Received: by 10.68.186.33 with SMTP id fh1mr69209539pbc.140.1400779362288; Thu, 22 May 2014 10:22:42 -0700 (PDT) Received: from localhost.localdomain ([122.171.109.13]) by mx.google.com with ESMTPSA id cj1sm1718316pac.40.2014.05.22.10.22.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 22 May 2014 10:22:41 -0700 (PDT) From: Abhilash Kesavan To: linux-arm-kernel@lists.infradead.org, kgene.kim@samsung.com, t.figa@samsung.com, myungjoo.ham@samsung.com, rafael.j.wysocki@intel.com, linux-pm@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH RFC v2 6/7] PM / devfreq: exynos: Fix typo in macro Date: Thu, 22 May 2014 22:52:01 +0530 Message-Id: <1400779322-4410-7-git-send-email-a.kesavan@samsung.com> X-Mailer: git-send-email 2.0.0.rc0 In-Reply-To: <1400779322-4410-1-git-send-email-a.kesavan@samsung.com> References: <1400779322-4410-1-git-send-email-a.kesavan@samsung.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140522_102303_614845_1FB3E31F X-CRM114-Status: UNSURE ( 9.97 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) Cc: kesavan.abhilash@gmail.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 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=-2.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 Fix PPMU_BEVTSEL macro being used in the PPMU driver. Signed-off-by: Abhilash Kesavan --- drivers/devfreq/exynos/exynos_ppmu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/devfreq/exynos/exynos_ppmu.h b/drivers/devfreq/exynos/exynos_ppmu.h index 71f17ba..d5c14eb 100644 --- a/drivers/devfreq/exynos/exynos_ppmu.h +++ b/drivers/devfreq/exynos/exynos_ppmu.h @@ -37,7 +37,7 @@ #define PPMU_BEVT0SEL 0x1000 #define PPMU_BEVTSEL_OFFSET 0x100 -#define PPMU_BEVTSEL(x) (PPMU_BEVT0SEL + (ch * PPMU_BEVTSEL_OFFSET)) +#define PPMU_BEVTSEL(ch) (PPMU_BEVT0SEL + (ch * PPMU_BEVTSEL_OFFSET)) /* For Event Selection */ #define RD_DATA_COUNT 0x5