commit | c973d4b578a46f8fb822bed2d3a0d3a752d02ecf | [log] [tgz] |
---|---|---|
author | Michał Kępień <kernel@kempniu.pl> | Thu Mar 09 13:11:44 2017 +0100 |
committer | Darren Hart <dvhart@infradead.org> | Tue Mar 14 22:58:07 2017 -0700 |
tree | 127f9233b55571b8466e0534fde07c07f947f1e1 | |
parent | 3a3c1115ce55f02e6185338808a4b7959b46e334 [diff] |
platform/x86: ideapad-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>