git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a355020
)
sfc: Fix DMA mapping cleanup in case of an error in TSO
author
Neil Turton
<nturton@solarflare.com>
Wed, 23 Dec 2009 13:47:13 +0000
(13:47 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 24 Dec 2009 03:09:05 +0000
(19:09 -0800)
We need buffer->len to remain valid to work out the correct address to
be unmapped. We therefore need to clear buffer->len after the unmap
operation.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found