Re: [PATCH net] qed: Fix an error code qed_ll2_start_xmit()

2018-12-18 Thread David Miller
From: Dan Carpenter Date: Mon, 17 Dec 2018 10:05:13 +0300 > We accidentally deleted the code to set "rc = -ENOMEM;" and this patch > adds it back. > > Fixes: d2201a21598a ("qed: No need for LL2 frags indication") > Signed-off-by: Dan Carpenter Applied.

[PATCH net] qed: Fix an error code qed_ll2_start_xmit()

2018-12-16 Thread Dan Carpenter
We accidentally deleted the code to set "rc = -ENOMEM;" and this patch adds it back. Fixes: d2201a21598a ("qed: No need for LL2 frags indication") Signed-off-by: Dan Carpenter --- I'm not totally sure about this patch. Please review it carefully. There are four callers of this function: qedi_d