From: Axel Lin Date: Wed, 21 Apr 2010 04:53:11 +0000 (-0700) Subject: Input: acecad - fix incorrect size parameter in usb_buffer_free X-Git-Tag: v2.6.35-rc1~476^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ef2ed597669f5e120d0c51c295f00e34b2f0801;p=pandora-kernel.git Input: acecad - 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() in usb_acecad_disconnect() is 10. Signed-off-by: Axel Lin Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed