From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 05 May 2014 10:33:03 -0600 Subject: [U-Boot] [PATCH 7/8] ums: move all variable declarations to the start of the block In-Reply-To: <536756FD.4090009@samsung.com> References: <1398892402-9816-1-git-send-email-swarren@wwwdotorg.org> <1398892402-9816-7-git-send-email-swarren@wwwdotorg.org> <201405011251.25998.marex@denx.de> <53627D4A.6000401@wwwdotorg.org> <20140501214321.47c09419@jawa> <5362C100.2060002@wwwdotorg.org> <536756FD.4090009@samsung.com> Message-ID: <5367BD3F.6030401@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/05/2014 03:16 AM, Przemyslaw Marczak wrote: ... >>>>> On Wednesday, April 30, 2014 at 11:13:21 PM, Stephen Warren wrote: >>>>>> It's easier to assign values to the variables inside an if >>>>>> statement body if the assignment and declaration are separate. ... >> FWIW, I have applied that series locally and rebased my patches on top >> of it. If you want to see the latest version, feel free to look at: >> >> git://github.com/swarren/u-boot.git tegra_dev ... > I tested your tegra_dev branch on trats2 and also on goni(after apply > the rest of Mateusz Zalega patches) and it works fine. > > So for this patch set: > Acked-by: Przemyslaw Marczak Good new:-) Thanks for the testing.