commit | ce16a474f6305dd631c885ba970d5746e4d5c803 | [log] [tgz] |
---|---|---|
author | Chris Leech <christopher.leech@linux.intel.com> | Wed Nov 17 23:59:54 2010 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Nov 18 00:17:12 2010 -0800 |
tree | ce5018c4808f402ed219b82d2ccab828bf241b25 | |
parent | 8b5fce06f8795d9a7f8d1f03f743fc8befa66b3b [diff] |
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 <christopher.leech@linux.intel.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>