From: Tobias Klauser <[email protected]> Date: Mon, 20 Feb 2017 16:32:06 +0100
> There is only one possible error path which reaches the err label, so > return ERR_PTR(-ENOMEM) directly if alloc_netdev_mqs() fails. This also > allows to omit the err variable. > > Signed-off-by: Tobias Klauser <[email protected]> Applied.
