Re: [PATCH] rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()
From: David Howells <dhowells@redhat.com>
Date: 2019-06-04 07:35:55
Also in:
alsa-devel, linux-block, lkml
From: David Howells <dhowells@redhat.com>
Date: 2019-06-04 07:35:55
Also in:
alsa-devel, linux-block, lkml
Geert Uytterhoeven [off-list ref] wrote:
I'm not such a big fan of BUG(), so I'd go for ret = -EAFNOSUPPORT, but given rxrpc is already full of BUG() calls, I guess it is an acceptable solution.
Okay. Are you okay with this going through net-next? David