mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
spi: spi_bfin5xx: remove unused label
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>
This commit is contained in:
parent
6395bee7e9
commit
b9ad8985f2
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue