commit | 2311e327cda015a24a201efc7655a9a983679e55 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Sat Sep 17 10:49:12 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Sat Sep 17 10:54:21 2016 +0100 |
tree | f3678290808cac0ce535bb53876e2350d2bd454a | |
parent | 27d0fc431c6b4847231c1490fa541bc3f5a7a351 [diff] |
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>