Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe77d5fc authored by David Howells's avatar David Howells
Browse files

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: default avatarDavid Howells <dhowells@redhat.com>
parent 1c1df86f
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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;
	}