Messages in this thread |  | | From | Jose Abreu <> | Subject | [PATCH net-next 0/2] net: stmmac: Frame Preemption fixes | Date | Fri, 10 Jan 2020 16:13:33 +0100 |
| |
Two single fixes for the -next tree for recently introduced Frame Preemption feature.
1) and 2) fixes the disabling of Frame Preemption that was not being correctly handled because of a missing return.
--- Cc: Giuseppe Cavallaro <peppe.cavallaro@st.com> Cc: Alexandre Torgue <alexandre.torgue@st.com> Cc: Jose Abreu <joabreu@synopsys.com> Cc: "David S. Miller" <davem@davemloft.net> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> Cc: netdev@vger.kernel.org Cc: linux-stm32@st-md-mailman.stormreply.com Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org ---
Jose Abreu (2): net: stmmac: xgmac: Fix missing return net: stmmac: gmac5+: Fix missing return
drivers/net/ethernet/stmicro/stmmac/dwmac5.c | 1 + drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.c | 1 + 2 files changed, 2 insertions(+)
-- 2.7.4
|  |