From: Oliver Neukum Date: Fri, 6 Jan 2006 20:24:25 +0000 (+0100) Subject: [PATCH] USB: optimise devio.c::usbdev_read X-Git-Tag: v2.6.17-rc1~1176^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8781ba0aa9d9dd2870b75dba8d9a47e0f5a3f96a;p=pandora-kernel.git [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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed