commit | 63c3aa6b68782ee5ddb6588d95aacf1ab33e528b | [log] [tgz] |
---|---|---|
author | Christophe Jaillet <christophe.jaillet@wanadoo.fr> | Sat Jul 08 09:46:33 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 11 13:33:53 2017 -0700 |
tree | c58722cb5897dbe9b3c4dd2b32599bf87bf85366 | |
parent | fdf99b3ffcdd8471ee3104512198a178b7351a02 [diff] |
net: stmmac: Fix error handling path in 'alloc_dma_rx_desc_resources()' If the first 'kmalloc_array' within the loop fails, we should free what as already been allocated, as done in all other error handling path. Fixes: 54139cf3bb33 ("net: stmmac: adding multiple buffers for rx") Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Acked-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>