commit | ac6b31797925b6f89885987c81d908bad90dea60 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Oct 21 20:49:19 2019 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Oct 28 21:01:58 2019 -0700 |
tree | a0c31f82521df9a84c833260e75a0235f2fc1711 | |
parent | efd7bb08a762d4f6322054c6824bd942971ac563 [diff] |
Input: st1232 - do not allocate fingers data separately The finger structure size is quite small and allocating it together with the main driver structure will not increase likelyhood of allocation failing, but reduces number of objects needing to be tracked by the allocator and devm. Tested-by: Matthias Fend <Matthias.Fend@wolfvision.net> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>