From patchwork Fri Jan 14 00:03:27 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Morsing X-Patchwork-Id: 476981 X-Patchwork-Delegate: tony@atomide.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 p0E03o4T002160 for ; Fri, 14 Jan 2011 00:03:50 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757370Ab1ANAD2 (ORCPT ); Thu, 13 Jan 2011 19:03:28 -0500 Received: from mail-ey0-f174.google.com ([209.85.215.174]:56038 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757361Ab1ANADZ (ORCPT ); Thu, 13 Jan 2011 19:03:25 -0500 Received: by eye27 with SMTP id 27so1191172eye.19 for ; Thu, 13 Jan 2011 16:03:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=m+GG9b4uRvMqhVdXg5BFz4KOOxwxclurKSD7F4iM7Wk=; b=urOuVzxGu+uojKc13AHMqTAI2vI8VbVrnXmjqDoeoHr0ssRRG+jSDTxZBBLreKr73+ WkC5cu6TbUmpI8IsMvmkPNkqMZUR15568F6U1wI92e/ZSS8+2v6nfEZTeoUd9PU0RdnT q0k+Z5zGfcDho5GkeX5hn9ZVOvE9podEUw9Iw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=tY8v8Vf4T1Et1ufbNLnXmubrSRbouY8t0Aj8zPxuh6MVM4MsgFPVsVSS+5hK5ZFfmt QTmVE7muSs034WqiEWBL2zMx58anZtcLV+6IH9AHuXZylH5z39z7msLlF8S/Z0t+Prv7 LUl5hi3dQXwPXMJ+8q5aCdCHmhkHRHG7jX+0c= Received: by 10.213.104.140 with SMTP id p12mr212176ebo.76.1294963404465; Thu, 13 Jan 2011 16:03:24 -0800 (PST) Received: from localhost.localdomain ([84.238.81.146]) by mx.google.com with ESMTPS id t5sm481891eeh.2.2011.01.13.16.03.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 13 Jan 2011 16:03:23 -0800 (PST) From: Daniel Morsing To: Tony Lindgren Cc: linux-omap@vger.kernel.org, Thomas Weber , Daniel Morsing Subject: [PATCH 1/3] omap3: devkit8000: Fix indentation issue Date: Fri, 14 Jan 2011 01:03:27 +0100 Message-Id: <1294963409-29891-2-git-send-email-daniel.morsing@gmail.com> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1294963409-29891-1-git-send-email-daniel.morsing@gmail.com> References: <1294963409-29891-1-git-send-email-daniel.morsing@gmail.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]); Fri, 14 Jan 2011 00:03:51 +0000 (UTC) diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c index 451e7ff..864a08f 100644 --- a/arch/arm/mach-omap2/board-devkit8000.c +++ b/arch/arm/mach-omap2/board-devkit8000.c @@ -245,7 +245,7 @@ static int devkit8000_twl_gpio_setup(struct device *dev, /* TWL4030_GPIO_MAX + 1 == ledB, PMU_STAT (out, active low LED) */ gpio_leds[2].gpio = gpio + TWL4030_GPIO_MAX + 1; - /* gpio + 1 is "LCD_PWREN" (out, active high) */ + /* gpio + 1 is "LCD_PWREN" (out, active high) */ devkit8000_lcd_device.reset_gpio = gpio + 1; gpio_request(devkit8000_lcd_device.reset_gpio, "LCD_PWREN"); /* Disable until needed */