commit | 2fae723cefb8bfe712371978288aa0a70b54802e | [log] [tgz] |
---|---|---|
author | John Crispin <john@phrozen.org> | Fri Jun 10 13:28:00 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 10 23:29:29 2016 -0700 |
tree | 622d3a3a1559770f89c41bacf2bf49677f114674 | |
parent | 605e4fe476956c67ced8518247e6c9601a31b868 [diff] |
net: mediatek: invalid buffer lookup in mtk_tx_map() The lookup of the tx_buffer in the error path inside mtk_tx_map() uses the wrong descriptor pointer. This looks like a copy & paste error. Change the code to use the correct pointer. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: David S. Miller <davem@davemloft.net>