[PATCH net-next 13/14] rxrpc: Be consistent about switch value in rxrpc_send_call_packet()

2016-09-17 Thread David Howells
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 --- net/rxrpc/output.c |2 +- 1 file changed, 1

[PATCH net-next 13/14] rxrpc: Be consistent about switch value in rxrpc_send_call_packet()

2016-09-17 Thread David Howells
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 --- net/rxrpc/output.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)