[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20130613181759.GA27040@teo>
Date: Thu, 13 Jun 2013 11:17:59 -0700
From: Anton Vorontsov <anton@...msg.org>
To: Oded Gabbay <ogabbay@...aoptical.com>
Cc: cjb@...top.org, shawn.guo@...aro.org,
Chang-Ming.Huang@...escale.com, wfp5p@...ginia.edu,
gregkh@...uxfoundation.org, linux-mmc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] MMC: P2020 SDHC: Add support for 8-bit bus width and
non-removable card
On Wed, Jun 12, 2013 at 04:53:25PM +0300, Oded Gabbay wrote:
> @@ -262,7 +288,23 @@ static const struct sdhci_pltfm_data sdhci_esdhc_pdata = {
>
> static int sdhci_esdhc_probe(struct platform_device *pdev)
> {
> - return sdhci_pltfm_register(pdev, &sdhci_esdhc_pdata);
> + struct sdhci_host *host;
> + int ret = 0;
No need for the 0 initializer.
Otherwise it looks OK, thanks!
Reviewed-by: Anton Vorontsov <anton@...msg.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists