From: Axel Lin Date: Wed, 21 Apr 2010 04:59:51 +0000 (-0700) Subject: Input: kbtab - fix incorrect size parameter in usb_buffer_free X-Git-Tag: v2.6.35-rc1~476^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee7aa6ce41e08c68f72b5ca8f14fb61286dc2418;p=pandora-kernel.git Input: kbtab - fix incorrect size parameter in usb_buffer_free The size allocated by usb_buffer_alloc() is 8, however the size passed to usb_buffer_free() is 10. Signed-off-by: Axel Lin Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed