]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Remove set but not used variable 'nowj'
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 2 Aug 2018 08:13:33 +0000 (09:13 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Aug 2018 17:18:20 +0000 (10:18 -0700)
commit4e9f54d3f317b48e1763c91c99fd87a9d5830a47
tree685f662c71a84cd13b84e4221d19bfbd2bd8b526
parent91908288e46273bcf4a55b37cb06561127292b8c
rxrpc: Remove set but not used variable 'nowj'

Fixes gcc '-Wunused-but-set-variable' warning:

net/rxrpc/proc.c: In function 'rxrpc_call_seq_show':
net/rxrpc/proc.c:66:29: warning:
 variable 'nowj' set but not used [-Wunused-but-set-variable]
  unsigned long timeout = 0, nowj;
                             ^

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rxrpc/proc.c