]> 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)
commit1ba8af811edd589331f240991e90532e86e048f0
treefc140e29262bebe6094132c007e9468ff1bee144
parent15c94e92ee60c1e32ab158dbd85049d3932a72b2
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