On 1/12/26 15:00, Thomas Fourier wrote:
fbi->fb.screen_buffer is alloced with dma_free_coherent() but is not
I've corrected this to "dma_alloc_coherent()", as pointed out by Mr. Elfring,
and applied it to the fbdev tree.
Thanks!
Helge
freed if the error path is reached.
Fixes: e7b995371fe1 ("video: vt8500: Add devicetree support for vt8500-fb and
wm8505-fb")
Cc: <[email protected]>
Signed-off-by: Thomas Fourier <[email protected]>
---
drivers/video/fbdev/vt8500lcdfb.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)