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:
919aead
)
USB: appletouch: fix atp_disconnect
author
Johannes Berg
<johannes@sipsolutions.net>
Wed, 19 Jul 2006 13:39:46 +0000
(15:39 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 11 Aug 2006 21:06:06 +0000
(14:06 -0700)
appletouch uses urb->transfer_dma after having freed the urb, this shows
up only if the system is compiled with slab debugging. This patch fixes
it by reordering the free calls.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found