commit | d790c342e689ea77a5cf72d5b993299911ee5276 | [log] [tgz] |
---|---|---|
author | Emil Renner Berthing <kernel@esmil.dk> | Wed Oct 31 11:57:05 2018 +0100 |
committer | Mark Brown <broonie@kernel.org> | Mon Nov 05 11:42:17 2018 +0000 |
tree | c8314eff5fa893f29eaa8a71024d6026bb1a8513 | |
parent | eee06a9ee2cd5deaddc5f77ce8f6118c8b82b2a0 [diff] |
spi: rockchip: remove master pointer from dev data In almost all cases we already have a pointer to the spi master structure where we have the driver data. The only exceptions are the dma callbacks which are easily fixed by passing them the master and using spi_master_get_devdata to retrieve the driver data. Signed-off-by: Emil Renner Berthing <kernel@esmil.dk> Tested-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Mark Brown <broonie@kernel.org>