[PATCH] USB: optimise devio.c::usbdev_read
authorOliver Neukum <oliver@neukum.org>
Fri, 6 Jan 2006 20:24:25 +0000 (21:24 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Mar 2006 22:49:52 +0000 (14:49 -0800)
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>

No differences found