summaryrefslogtreecommitdiff
path: root/cpus.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-12cpus: let it always return an unsigned int and bail out on errorDaniel Borkmann1-4/+16
2013-06-04cpus: break out cpu related functions from xutilsDaniel Borkmann1-0/+16
/td> commit2fae723cefb8bfe712371978288aa0a70b54802e (patch) tree622d3a3a1559770f89c41bacf2bf49677f114674 parent605e4fe476956c67ced8518247e6c9601a31b868 (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>
Diffstat