Skip to content

Commit

Permalink
spi: spi_bfin5xx: remove unused label
Browse files Browse the repository at this point in the history
Remove unused label, and associated compiler warning.

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Michael Hennerich authored and Linus Torvalds committed Apr 9, 2008
1 parent 6395bee commit b9ad898
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/spi/spi_bfin5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,6 @@ static int __init bfin5xx_spi_probe(struct platform_device *pdev)
iounmap((void *) drv_data->regs_base);
out_error_ioremap:
out_error_get_res:
out_error:
spi_master_put(master);

return status;
Expand Down

0 comments on commit b9ad898

Please sign in to comment.