]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Remove dup code from rxrpc_find_connection_rcu()
authorDavid Howells <dhowells@redhat.com>
Thu, 27 Sep 2018 14:13:07 +0000 (15:13 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 27 Sep 2018 14:13:07 +0000 (15:13 +0100)
commitbea2823f23ad890b5bae8dcfd9f368f4a65708d3
treefc140e29262bebe6094132c007e9468ff1bee144
parente0e45476f461acafff4f1910579599988e1dec78
rxrpc: Remove dup code from rxrpc_find_connection_rcu()

rxrpc_find_connection_rcu() initialises variable k twice with the same
information.  Remove one of the initialisations.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/conn_object.c