From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Wed, 03 Jun 2009 13:43:54 -0500 Subject: [U-Boot] [PATCH 1/3] Fix a typo in the instructions on using omap3's gpio interface. In-Reply-To: <20090603182145.GB31571@game.jcrosoft.org> References: <1243994037-14911-1-git-send-email-Tom.Rix@windriver.com> <1243994037-14911-2-git-send-email-Tom.Rix@windriver.com> <1243994037-14911-3-git-send-email-Tom.Rix@windriver.com> <1243994037-14911-4-git-send-email-Tom.Rix@windriver.com> <1243994037-14911-1-git-send-email-Tom.Rix@windriver.com> <1243994037-14911-2-git-send-email-Tom.Rix@windriver.com> <1243994037-14911-3-git-send-email-Tom.Rix@windriver.com> <1243994037-14911-1-git-send-email-Tom.Rix@windriver.com> <1243994037-14911-2-git-send-email-Tom.Rix@windriver.com> <20090603182145.GB31571@game.jcrosoft.org> Message-ID: <4A26C46A.20007@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jean-Christophe PLAGNIOL-VILLARD wrote: > On 20:53 Tue 02 Jun , Tom Rix wrote: > >> Using the example for reading a gpio, shows the problem. >> NULL should be the gpio number. >> >> >> +/* Used to track the revision of the board */ >> +static ZOOM2_REVISION zoom2_revision = ZOOM2_REVISION_UNKNOWN; >> > no uppercase please > if you are ok I'll remane it before apply > > static zoom2_revision revision = ZOOM2_REVISION_UNKNOWN; > > Please do. Thanks Tom > Best Regards, > J. >