commit | 48da181dac478bb517aae2483e69f3eeec24172c | [log] [tgz] |
---|---|---|
author | Laura Abbott <labbott@redhat.com> | Fri Mar 09 16:10:19 2018 -0800 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Mar 27 15:18:06 2018 +0200 |
tree | 935ac9200327d4405d4f9ab0723ab94a82c13dae | |
parent | a8ff510dbc2a4f1e17b97e35f9607c47a1df89a9 [diff] |
gpio: Remove VLA from MAX3191X driver The new challenge is to remove VLAs from the kernel (see https://lkml.org/lkml/2018/3/7/621) This patch replaces several a VLA with an appropriate call to kmalloc_array. Signed-off-by: Laura Abbott <labbott@redhat.com> Reviewed-and-tested-by: Lukas Wunner <lukas@wunner.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>