Skip to content

Commit

Permalink
spi: rspi: Remove unused variable in rspi_rz_transfer_one()
Browse files Browse the repository at this point in the history
Introduced by commit 8b983e9 ("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>
  • Loading branch information
Geert Uytterhoeven authored and Mark Brown committed Jul 7, 2014
1 parent 7171511 commit 95029a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/spi/spi-rspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 95029a0

Please sign in to comment.