gpiolib: Let gpiod_add_lookup_table() call gpiod_add_lookup_tables()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 3 Dec 2021 13:48:17 +0000 (14:48 +0100)
committerBartosz Golaszewski <brgl@bgdev.pl>
Fri, 3 Dec 2021 14:47:16 +0000 (15:47 +0100)
commit49fdfe66400614ee1c484057c79dd6642c535fd4
tree4560d3491ab1bdb5de677e52e963a064f992c829
parent4f45348934074553681a8964bae740a22599cf2e
gpiolib: Let gpiod_add_lookup_table() call gpiod_add_lookup_tables()

This saves 20 bytes on arm32, and 44 bytes on arm64.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
drivers/gpio/gpiolib.c