Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755664Ab3FQFjS (ORCPT ); Mon, 17 Jun 2013 01:39:18 -0400 Received: from mail-ob0-f178.google.com ([209.85.214.178]:37166 "EHLO mail-ob0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750703Ab3FQFjR (ORCPT ); Mon, 17 Jun 2013 01:39:17 -0400 MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 17 Jun 2013 07:39:16 +0200 Message-ID: Subject: Re: [PATCH v2 1/6] GPIO: xilinx: Simplify driver probe function From: Linus Walleij To: Michal Simek Cc: "linux-kernel@vger.kernel.org" , Michal Simek , Arnd Bergmann , Grant Likely , Rob Herring , "devicetree-discuss@lists.ozlabs.org" Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 632 Lines: 20 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/