From patchwork Sun Sep 4 22:30:23 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 1124292 Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p84MVpHe028056 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 4 Sep 2011 22:32:11 GMT Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1R0LDH-00031h-Bi; Sun, 04 Sep 2011 22:30:51 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1R0LDG-0005uQ-PW; Sun, 04 Sep 2011 22:30:50 +0000 Received: from mail-ww0-f49.google.com ([74.125.82.49]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1R0LCw-0005rQ-Sy for linux-arm-kernel@lists.infradead.org; Sun, 04 Sep 2011 22:30:35 +0000 Received: by wwf10 with SMTP id 10so3070786wwf.18 for ; Sun, 04 Sep 2011 15:30:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:date:message-id:x-mailer; bh=ehvbzmeh4Uy3mHCJlZK7UTHdAc6IsTPXNSVCiuFxD0Q=; b=tDcDIYXERCLZy2BrC5ECeGfLt8pkGB1rr9qBuL6C9/kDvP8iqevJ2Hf1Q+5Qn1n9Ch fplmOnyTpjMlNCfWxRY/NqZ9tl+u4d5sCnLYfdWXKGcge9lnwAcNZN+ZOZd5SwWPJQV3 sTkFy3C7Sao5C+pBRk9C5Ru01XpeKFXrF5sg0= Received: by 10.216.229.65 with SMTP id g43mr3266449weq.42.1315175427772; Sun, 04 Sep 2011 15:30:27 -0700 (PDT) Received: from macbook.be.48ers.dk (178-117-125-45.access.telenet.be [178.117.125.45]) by mx.google.com with ESMTPS id e21sm6211693wbp.26.2011.09.04.15.30.26 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 04 Sep 2011 15:30:27 -0700 (PDT) Received: by macbook.be.48ers.dk (Postfix, from userid 1000) id 95121C3A29; Mon, 5 Sep 2011 00:30:25 +0200 (CEST) From: Peter Korsgaard To: ben-linux@fluff.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 2/2] s3c2410/gpio-nr.h: fix S3C_GPIO_SPACE #error message to match reality Date: Mon, 5 Sep 2011 00:30:23 +0200 Message-Id: <1315175423-11653-1-git-send-email-jacmet@sunsite.dk> X-Mailer: git-send-email 1.7.5.4 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110904_183031_069839_CC5D14B4 X-CRM114-Status: GOOD ( 12.78 ) X-Spam-Score: -0.7 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [74.125.82.49 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (jacmet[at]gmail.com) 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.0 T_TO_NO_BRKTS_FREEMAIL To: misformatted and free email service Cc: Peter Korsgaard X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Sun, 04 Sep 2011 22:32:12 +0000 (UTC) S3C_GPIO_SPACE cannont be NON-zero, not zero. Signed-off-by: Peter Korsgaard --- arch/arm/mach-s3c2410/include/mach/gpio-nrs.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-s3c2410/include/mach/gpio-nrs.h b/arch/arm/mach-s3c2410/include/mach/gpio-nrs.h index 4f7bf32..019ea86 100644 --- a/arch/arm/mach-s3c2410/include/mach/gpio-nrs.h +++ b/arch/arm/mach-s3c2410/include/mach/gpio-nrs.h @@ -53,7 +53,7 @@ #define S3C2410_GPIO_M_NR (32) /* technically 2. */ #if CONFIG_S3C_GPIO_SPACE != 0 -#error CONFIG_S3C_GPIO_SPACE cannot be zero at the moment +#error CONFIG_S3C_GPIO_SPACE cannot be nonzero at the moment #endif #define S3C2410_GPIO_NEXT(__gpio) \