commit | 94b968b5a3e282edbdf21735edbeb93a5a1fa119 | [log] [tgz] |
---|---|---|
author | LABBE Corentin <clabbe.montjoie@gmail.com> | Tue Aug 16 11:50:20 2016 +0200 |
committer | Mark Brown <broonie@kernel.org> | Tue Aug 16 12:26:59 2016 +0100 |
tree | 8dd141a56bb02370363ba2c9328aa19ed92ae04f | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc [diff] |
spi: spi-fsl-dspi: constify devtype_data of_id->data is const, so instead of casting the pointer to drop its const status, this patch constify the devtype_data pointer. Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>