]> asedeno.scripts.mit.edu Git - linux.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)
commit092ffc51fb3f9b8369e737c9320bf0bffb2c898f
treefc140e29262bebe6094132c007e9468ff1bee144
parentd4ce58082f206bf6e7d697380c7bc5480a8b0264
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