From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH v2 1/6] GPIO: xilinx: Simplify driver probe function Date: Mon, 17 Jun 2013 07:39:16 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Michal Simek Cc: "linux-kernel@vger.kernel.org" , Michal Simek , Arnd Bergmann , Grant Likely , Rob Herring , "devicetree-discuss@lists.ozlabs.org" List-Id: devicetree@vger.kernel.org On Mon, Jun 3, 2013 at 2:31 PM, Michal Simek wrote: > Simplification is done by using OF helper function > which increase readability of code and remove > (if (var) var = be32_to_cpup;) assignment. > > Signed-off-by: Michal Simek > --- > Changes in v2: > - New patch in this series Patch applied. Nice cleanup! Yours, Linus Walleij