Re: [PATCH] block: Remove redundant initialization of variable ret
From: Jens Axboe <axboe@kernel.dk>
Date: 2021-11-27 16:10:14
Also in:
kernel-janitors, lkml
From: Jens Axboe <axboe@kernel.dk>
Date: 2021-11-27 16:10:14
Also in:
kernel-janitors, lkml
On Fri, 26 Nov 2021 23:06:52 +0000, Colin Ian King wrote:
The variable ret is being initialized with a value that is never read, it is being updated later on. The assignment is redundant and can be removed.
Applied, thanks!
[1/1] block: Remove redundant initialization of variable ret
commit: a77f46727daa3febf99663ab1a43c86cf3c2b957
Best regards,
--
Jens Axboe