mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
spi: rspi: Remove unused variable in rspi_rz_transfer_one()
Introduced by commit 8b983e90ea
("spi: rspi:
Extract rspi_common_transfer()"), which removed its users.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
7171511eae
commit
95029a0088
@ -630,7 +630,6 @@ static int rspi_rz_transfer_one(struct spi_master *master,
|
||||
struct spi_transfer *xfer)
|
||||
{
|
||||
struct rspi_data *rspi = spi_master_get_devdata(master);
|
||||
int ret;
|
||||
|
||||
rspi_rz_receive_init(rspi);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user