ide: remove redundant variables queue_run_ms and left
authorColin Ian King <colin.king@canonical.com>
Mon, 2 Jul 2018 09:47:05 +0000 (10:47 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Aug 2018 18:48:54 +0000 (11:48 -0700)
commitbb1215a2d011db15e9a8d5d2469c0ad9651d7660
tree364205bae68d46d84ee38376cba01f3b64674482
parent94710cac0ef4ee177a63b5227664b38c95bbf703
ide: remove redundant variables queue_run_ms and left

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@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ide/ide-io.c