commit | 7af569abc33ce09d3cb93e9b2160efff2531c59f | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Wed Jul 19 15:39:46 2006 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Aug 11 14:06:06 2006 -0700 |
tree | b8d4dd5cf7c9e01049f3cf3483f5b8c8b7c91bf0 | |
parent | 919aeadcfa8e72ec2d6bf7bd405a16c40b8d8ecf [diff] |
USB: appletouch: fix atp_disconnect 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>