On Wed, Jul 15, 2026 at 01:23:08PM +0530, Abdun Nihaal wrote: > The memory allocated for priv->blob.data is not freed in the error paths > that follow the fops_buf_size_set() call in gpio_la_poll_probe(), as > well as in the remove function. Fix that by using device managed action > to free the memory on remove. > > Fixes: 7828b7bbbf20 ("gpio: add sloppy logic analyzer using polling") > Signed-off-by: Abdun Nihaal Reviewed-by: Wolfram Sang Thank you for tackling this!