Tag: 4fe338c94986df105c3966a39b5a0af608762891

spi: dw-mid: constify dw_spi_dma_ops structure

Author: Julia Lawall <Julia.Lawall@lip6.fr> The dw_spi_dma_ops structure is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Acked-by: Andy Shevchenko Signed-off-by: Mark Brown — drivers/spi/spi-dw-mid.c | 2 +- drivers/spi/spi-dw.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)   diff –git a/drivers/spi/spi-dw-mid.c b/drivers/spi/spi-dw-mid.c index bb1052e..9185f6c 100644 — …

Continue reading