[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <loom.20140701T111815-823@post.gmane.org>
Date: Tue, 1 Jul 2014 11:27:07 +0000 (UTC)
From: Zhenghui Zhou <zhouzhenghui@...il.com>
To: linux-kernel@...r.kernel.org
Subject: Re: [PATCH v5 7/9] of: spi: Export single device registration method and accessors
Pantelis Antoniou <pantelis.antoniou <at> konsulko.com> writes:
> +static struct spi_device *
> +of_register_spi_device(struct spi_master *master, struct device_node *node)
> +{
> + struct spi_device *spi;
> + struct device_node *nc;
Should there be:
of_register_spi_device(struct spi_master *master, struct device_node *nc)
{
struct spi_device *spi;
--
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