[lvc-project] [PATCH] xdp: remove WARN() from __xdp_reg_mem_model()
Jakub Kicinski
kuba at kernel.org
Wed Jun 19 04:23:20 MSK 2024
On Mon, 17 Jun 2024 19:27:08 +0300 Daniil Dulov wrote:
> if (ret < 0) {
> - WARN_ON(1);
> return ERR_PTR(ret);
> }
nit: the brackets are no longer necessary, then
More information about the lvc-project
mailing list