]> www.infradead.org Git - users/willy/xarray.git/commit
spi: pxa2xx: Drop duplicate chip_select in struct chip_data
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 17 May 2021 14:03:46 +0000 (17:03 +0300)
committerMark Brown <broonie@kernel.org>
Tue, 18 May 2021 13:05:32 +0000 (14:05 +0100)
commitccd60b2030a04b91977d9fee9e0ec6469ac4cd1b
tree0250b5898f14a697fdb0e5b65215c6c2d8be97a1
parentde6926f307e7ff605f3e37f11a4b3cc20c85c365
spi: pxa2xx: Drop duplicate chip_select in struct chip_data

The struct chip_data had been introduced in order to keep the parameters
that may be provided on stack during device allocation. There is no need
to duplicate parameters there, which are carried on by SPI device itself.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210517140351.901-5-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pxa2xx.c
drivers/spi/spi-pxa2xx.h