commit | a6802cc05f9e48e86bc3f9f056c74a69dc5e37fa | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Wed Jun 22 14:50:03 2016 +0200 |
committer | Mark Brown <broonie@kernel.org> | Wed Jun 22 14:14:38 2016 +0100 |
tree | ce9d64d8e7a93a3d8b0560ce13d8d1146dc94b9f | |
parent | 1a695a905c18548062509178b98bc91e67510864 [diff] |
spi: sh-msiof: Remove sh_msiof_spi_priv.chipdata After probe time, the pointer to the sh_msiof_chipdata structure in the sh_msiof_spi_priv structure is used only for checking the SPI master flags. As these are also available in the spi_master structure, convert the users to access those, and remove the pointer. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Mark Brown <broonie@kernel.org>