commit | c9324d1870f3a7d13297ae6b787c567606ab3c89 | [log] [tgz] |
---|---|---|
author | Giuseppe CAVALLARO <peppe.cavallaro@st.com> | Thu Jul 04 06:18:07 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 04 14:34:16 2013 -0700 |
tree | c6608f81614d5f8e8fecb0bd7577890dc6c475a7 | |
parent | 3630d40067a21d4dfbadc6002bb469ce26ac5d52 [diff] |
net:stmmac: fix memleak in the open method This patch is to fix a memory leak in the open method, it reviews error conditions freeing the resources previously allocated and not freed in cased of DMA failure. Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>