From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiner Kallweit Subject: [PATCH 02/10] spi: fsl-espi: don't set pdata->cs_control Date: Sun, 13 Nov 2016 14:36:16 +0100 Message-ID: References: <9ff2de0d-4192-521e-f605-c61e80511fce@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" To: Mark Brown Return-path: In-Reply-To: <9ff2de0d-4192-521e-f605-c61e80511fce-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: linux-spi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Don't set pdata->cs_control as it's nowhere used in fsl-espi and fsl-lib. Signed-off-by: Heiner Kallweit --- drivers/spi/spi-fsl-espi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/spi/spi-fsl-espi.c b/drivers/spi/spi-fsl-espi.c index a1e1b68..e5d7164 100644 --- a/drivers/spi/spi-fsl-espi.c +++ b/drivers/spi/spi-fsl-espi.c @@ -706,7 +706,6 @@ static int of_fsl_espi_get_chipselects(struct device *dev) } pdata->max_chipselect = num_cs; - pdata->cs_control = NULL; return 0; } -- 2.10.1 -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html