1
0
Fork 0

rxrpc: Do a little bit of tidying in the ICMP processing

Do a little bit of tidying in the ICMP processing code.

Signed-off-by: David Howells <dhowells@redhat.com>
hifive-unleashed-5.1
David Howells 2016-04-04 14:00:34 +01:00
parent 1c1df86fad
commit fe77d5fc5a
1 changed files with 2 additions and 4 deletions

View File

@ -245,15 +245,13 @@ void rxrpc_UDP_error_handler(struct work_struct *work)
break;
case SO_EE_ORIGIN_LOCAL:
_proto("Rx Received local error { error=%d }",
ee->ee_errno);
_proto("Rx Received local error { error=%d }", err);
break;
case SO_EE_ORIGIN_NONE:
case SO_EE_ORIGIN_ICMP6:
default:
_proto("Rx Received error report { orig=%u }",
ee->ee_origin);
_proto("Rx Received error report { orig=%u }", ee->ee_origin);
break;
}