On Mon, Oct 14, 2024 at 9:06 AM Bartosz Golaszewski wrote:
>
> On Fri, Oct 11, 2024 at 9:42 PM Dan Carpenter
> wrote:
> >
> > Add a missing console_unlock() in the suspend and resume functions on
> > the error paths.
> >
> > Fixes: 611097d5daea ("fbdev: da8xx: add support for a regulator")
> > S
On Fri, Oct 11, 2024 at 9:42 PM Dan Carpenter wrote:
>
> Add a missing console_unlock() in the suspend and resume functions on
> the error paths.
>
> Fixes: 611097d5daea ("fbdev: da8xx: add support for a regulator")
> Signed-off-by: Dan Carpenter
> ---
> drivers/video/fbdev/da8xx-fb.c | 8 ++
Add a missing console_unlock() in the suspend and resume functions on
the error paths.
Fixes: 611097d5daea ("fbdev: da8xx: add support for a regulator")
Signed-off-by: Dan Carpenter
---
drivers/video/fbdev/da8xx-fb.c | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/dri