commit | f118b312bdd729b33165c6614e2370f019baad6e | [log] [tgz] |
---|---|---|
author | Michał Kępień <kernel@kempniu.pl> | Thu Mar 09 13:11:38 2017 +0100 |
committer | Darren Hart <dvhart@infradead.org> | Tue Mar 14 22:58:02 2017 -0700 |
tree | c667b36640c3ba974be0d91123026591cc01a54d | |
parent | cd1aaef0b2846cead3662d37d82384660a7bbd63 [diff] |
platform/x86: asus-laptop: remove sparse_keymap_free() calls As sparse_keymap_setup() now uses a managed memory allocation for the keymap copy it creates, the latter is freed automatically. Remove all calls to sparse_keymap_free(). Signed-off-by: Michał Kępień <kernel@kempniu.pl> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>