]> asedeno.scripts.mit.edu Git - linux.git/commit
gve: Fix error return code in gve_alloc_qpls()
authorWei Yongjun <weiyongjun1@huawei.com>
Fri, 5 Jul 2019 01:16:42 +0000 (01:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Jul 2019 02:25:36 +0000 (19:25 -0700)
commit877cb240f6a000078aabcd57f8ef7765d9fdf134
treefab183eed4de5a48657a2b75f54c81bb1364490a
parentad7b134f65385627ebe9b3162a652267c8d991ee
gve: Fix error return code in gve_alloc_qpls()

Fix to return a negative error code from the error handling
case instead of 0, as done elsewhere in this function.

Fixes: f5cedc84a30d ("gve: Add transmit and receive support")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/google/gve/gve_main.c