OSDN Git Service

epic100: remove redundant variable 'irq'
authorColin Ian King <colin.king@canonical.com>
Wed, 4 Jul 2018 12:19:29 +0000 (13:19 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Jul 2018 13:39:11 +0000 (22:39 +0900)
commit211c41c8c46b5035b2a747a4d41627eef8261969
treefad932e174723709b08071dd25d4aebab4730b3c
parent2e6dde5c618f847fdb811373ad520cdb3a4425ab
epic100: remove redundant variable 'irq'

Variable 'irq' is being assigned but is never used hence it is
and can be removed.

Cleans up clang warning:
warning: variable 'irq' 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/net/ethernet/smsc/epic100.c