From: Al Viro Date: Sat, 22 Dec 2007 17:42:36 +0000 (+0000) Subject: asix fixes X-Git-Tag: v2.6.24-rc7~40^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51bf2976b55d07f9daae9697a0a3ac9f58abcedc;p=pandora-kernel.git asix fixes * usb_control_message() to/from stack (breaks on e.g. arm); some places did kmalloc() for buffer, some just worked from stack. Added kmalloc()/memcpy()/kfree() in asix_read_cmd()/asix_write_cmd(), removed that crap from callers. * Fixed a leak in ax88172_bind() - on success it forgot to kfree() the buffer. * Endianness bug in ax88178_bind() - we read a word from eeprom and work with it without converting to host-endian Signed-off-by: Al Viro Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed