]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Be consistent about switch value in rxrpc_send_call_packet()
authorDavid Howells <dhowells@redhat.com>
Sat, 17 Sep 2016 09:49:12 +0000 (10:49 +0100)
committerDavid Howells <dhowells@redhat.com>
Sat, 17 Sep 2016 09:54:21 +0000 (10:54 +0100)
commitc236ceb1f32a582072f30f0a680549ccd6f16863
treef3678290808cac0ce535bb53876e2350d2bd454a
parenteef4451ff94ee6e7104016ae78cc1c072c7ad869
rxrpc: Be consistent about switch value in rxrpc_send_call_packet()

rxrpc_send_call_packet() should use type in both its switch-statements
rather than using pkt->whdr.type.  This might give the compiler an easier
job of uninitialised variable checking.

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