Re: [PATCH][btrfs-next] btrfs: remove redundant check on ret and goto

From: David Sterba
Date: Tue Feb 06 2018 - 09:47:08 EST


On Fri, Jan 12, 2018 at 04:52:58PM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> The check for a non-zero ret is redundant as the goto will jump to
> the very next statement anyway. Remove this extraneous code.
>
> Detected by CoverityScan, CID#1463784 ("Identical code for different
> branches")
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Added to next, thanks.