diff options
author | Chris Leech <christopher.leech@linux.intel.com> | 2010-11-18 10:59:54 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-11-18 11:17:12 +0300 |
commit | ce16a474f6305dd631c885ba970d5746e4d5c803 (patch) | |
tree | ce5018c4808f402ed219b82d2ccab828bf241b25 /drivers/input/serio | |
parent | 8b5fce06f8795d9a7f8d1f03f743fc8befa66b3b (diff) | |
download | linux-ce16a474f6305dd631c885ba970d5746e4d5c803.tar.xz |
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>
Diffstat (limited to 'drivers/input/serio')
0 files changed, 0 insertions, 0 deletions