From: Mark Brown Date: Mon, 13 Mar 2023 18:19:31 +0000 (+0000) Subject: spi: struct spi_device constification X-Git-Tag: v6.4-rc1~124^2~45 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4d8ff713e684ea58111a33ea7df2e7ddc30683cc;p=tomoyo%2Ftomoyo-test1.git spi: struct spi_device constification Merge series from Geert Uytterhoeven : After noticing new cases of casting away constness, I went over all spi_get_*() functions and their callers, and made the following changes: 1. Make all pointer parameters const where possible, 2. Remove unneeded casts, some not even related to constness. --- 4d8ff713e684ea58111a33ea7df2e7ddc30683cc