From: Chris Leech Date: Thu, 18 Nov 2010 07:59:54 +0000 (-0800) Subject: Input: qt602240_ts - fix wrong sizeof in object table allocation X-Git-Tag: v2.6.38-rc1~463^2^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce16a474f6305dd631c885ba970d5746e4d5c803;p=pandora-kernel.git Input: qt602240_ts - fix wrong sizeof in object table allocation The kcalloc call for the object table is using sizeof(struct qt602240_data) when it should be using sizeof(struct qt6602240_object), resulting in a larger allocation than is required. Signed-off-by: Chris Leech Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed