Re: [PATCH 12/30] fbdev/mb862xxfb: Output messages with fb_dbg() and fb_err()

2023-06-07 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Fix cases were output helpers are called with struct fb_info.dev. > Use fb_dbg() and fb_err() instead. Prepares fbdev for making struct > fb_info.dev optional. > > Signed-off-by: Thomas Zimmermann > --- Reviewed-by: Javier Martinez Canillas -- Best regards, Javie

[PATCH 12/30] fbdev/mb862xxfb: Output messages with fb_dbg() and fb_err()

2023-06-05 Thread Thomas Zimmermann
Fix cases were output helpers are called with struct fb_info.dev. Use fb_dbg() and fb_err() instead. Prepares fbdev for making struct fb_info.dev optional. Signed-off-by: Thomas Zimmermann --- drivers/video/fbdev/mb862xx/mb862xxfbdrv.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-)