On Fri, Jul 10, 2026 at 12:18:36PM +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. There is no memory allocated at that time. Hmm, maybe I should add a comment explaining it.