commit | 8781ba0aa9d9dd2870b75dba8d9a47e0f5a3f96a | [log] [tgz] |
---|---|---|
author | Oliver Neukum <oliver@neukum.org> | Fri Jan 06 21:24:25 2006 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Mar 20 14:49:52 2006 -0800 |
tree | 164255fb2a2cf1bc87c3b214577bba401736da18 | |
parent | 60f780528f3ae603eb169a221628b93b6c6929f9 [diff] |
[PATCH] USB: optimise devio.c::usbdev_read this is a small optimisation. It is ridiculous to do a kmalloc for 18 bytes. This puts it onto the stack. Signed-off-by: Oliver Neukum <oliver@neukum.name> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>