Re: [PATCH] ide: remove redundant variables queue_run_ms and left

From: David Miller
Date: Mon Aug 13 2018 - 14:50:35 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Mon, 2 Jul 2018 10:47:05 +0100

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> Variable queue_run_ms is not being used and is redundant and hence can
> be removed. Removing this also means that variable left can also be
> removed.
>
> Cleans up clang warning:
> warning: variable ʽqueue_run_msʼ set but not used [-Wunused-but-set-variable]
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied.