]> git.dujemihanovic.xyz Git - linux.git/commit
fbdev/ep93xx-fb: Output messages with fb_info() and fb_err()
authorThomas Zimmermann <tzimmermann@suse.de>
Tue, 13 Jun 2023 11:06:48 +0000 (13:06 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Tue, 27 Jun 2023 07:58:49 +0000 (09:58 +0200)
commitbe05e207d4ec2981568a6f0c7d8ed133d2486a71
tree6bf7c4ae4bcc72981d19f9151c70ad1a1db3ea27
parent9aee7f0464eeb032ca811c0d596114cbcd4a95d1
fbdev/ep93xx-fb: Output messages with fb_info() and fb_err()

Fix cases were output helpers are called with struct fb_info.dev.
Use fb_info() and fb_err() instead.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230613110953.24176-14-tzimmermann@suse.de
drivers/video/fbdev/ep93xx-fb.c