On 2026-07-30T09:48:14, Pranav Sanwal <[email protected]> wrote: > test: dm: free gpio in dm_test_gpio_requestf() > > dm_test_gpio_requestf() requests a GPIO via gpio_requestf() but never > frees it, unlike every other test in this file. Free it before > returning. > > Signed-off-by: Pranav Sanwal <[email protected]> > > test/dm/gpio.c | 2 ++ > 1 file changed, 2 insertions(+)
Reviewed-by: Simon Glass <[email protected]>
