Files
linux-stable-mirror/drivers/gpio
Bartosz Golaszewski 22dec5aa59 gpio: aggregator: simplify aggr_parse() with scoped bitmap
The bitmap allocated in aggr_parse() is always freed before the function
returns so use __free(bitmap) to simplify it and drop the goto label.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20240930163207.80276-1-brgl@bgdev.pl
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
2024-10-02 16:32:46 +02:00
..
2023-10-13 08:39:30 +02:00
2023-10-04 11:37:25 +02:00
2023-08-21 10:39:58 +02:00
2024-09-04 09:02:44 +02:00
2024-09-30 10:16:26 +02:00