* [PATCH 02/10] spi: fsl-espi: don't set pdata->cs_control
[not found] ` <9ff2de0d-4192-521e-f605-c61e80511fce-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2016-11-13 13:36 ` Heiner Kallweit
0 siblings, 0 replies; only message in thread
From: Heiner Kallweit @ 2016-11-13 13:36 UTC (permalink / raw)
To: Mark Brown; +Cc: linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Don't set pdata->cs_control as it's nowhere used in fsl-espi and fsl-lib.
Signed-off-by: Heiner Kallweit <hkallweit1-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-11-13 13:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <9ff2de0d-4192-521e-f605-c61e80511fce@gmail.com>
[not found] ` <9ff2de0d-4192-521e-f605-c61e80511fce-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-11-13 13:36 ` [PATCH 02/10] spi: fsl-espi: don't set pdata->cs_control Heiner Kallweit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).