From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Axboe Date: Thu, 11 Jun 2020 15:16:02 +0000 Subject: Re: [PATCH] pktcdvd: remove redundant initialization of variable ret Message-Id: <70a77fb7-ccfa-2843-c30b-beb5ba493856@kernel.dk> List-Id: References: <20200611143014.925317-1-colin.king@canonical.com> In-Reply-To: <20200611143014.925317-1-colin.king@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Colin King , linux-block@vger.kernel.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org On 6/11/20 8:30 AM, Colin King wrote: > From: Colin Ian King > > The variable ret is being initialized with a value that is never read > and it is being updated later with a new value. The initialization is > redundant and can be removed. Applied, thanks. -- Jens Axboe