From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH] mmc: sdhci-pltfm: add calling mmc_of_parse in sdhci_pltfm_register Date: Fri, 08 Mar 2013 13:18:36 -0700 Message-ID: <513A479C.9010709@wwwdotorg.org> References: <1362718371-5074-1-git-send-email-kliu5@marvell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from avon.wwwdotorg.org ([70.85.31.133]:45901 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752469Ab3CHUSk (ORCPT ); Fri, 8 Mar 2013 15:18:40 -0500 In-Reply-To: <1362718371-5074-1-git-send-email-kliu5@marvell.com> Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Kevin Liu Cc: linux-mmc@vger.kernel.org, Chris Ball , Guennadi Liakhovetski , Sujit Reddy Thumma , Jaehoon Chung , Aaron Lu , Ulf Hansson , Wei WANG , Fabio Estevam , Adrian Hunter , Philip Rakity , Shawn Guo , Johan Rudholm , Girish K S , Haijun Zhang , Zhangfei Gao , Haojian Zhuang , Chao Xie , Kevin Liu On 03/07/2013 09:52 PM, Kevin Liu wrote: > commit 6c56e7a0 provide a function mmc_of_parse for standard MMC > device-tree binding parser centrally. So just call it with > sdhci_get_of_property together in sdhci_pltfm_register. BTW, this patch seems to do two unrelated things; firstly it changes the indentation level throughout sdhci_get_of_property(), and secondly makes the change described in the commit description.