Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3010ec5 authored by Finn Thain's avatar Finn Thain Committed by Jens Axboe
Browse files

block/swim3: Remove dead return statement



Cc: linuxppc-dev@lists.ozlabs.org
Signed-off-by: default avatarFinn Thain <fthain@telegraphics.com.au>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent d4d179c3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1151,7 +1151,6 @@ static int swim3_add_device(struct macio_dev *mdev, int index)
		swim3_err("%s", "Couldn't request interrupt\n");
		pmac_call_feature(PMAC_FTR_SWIM3_ENABLE, swim, 0, 0);
		goto out_unmap;
		return -EBUSY;
	}

	timer_setup(&fs->timeout, NULL, 0);