]> git.baikalelectronics.ru Git - kernel.git/commit
fbdev: drop res_id parameter from remove_conflicting_pci_framebuffers
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 22 Aug 2019 09:06:43 +0000 (11:06 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 23 Aug 2019 08:48:31 +0000 (10:48 +0200)
commitc24c1b65f25b587c07b05e611b4c770493556117
treed1181b956529d17f96bcf2f020a6de891f85a80c
parentd3631b18eb664e33d30ccec33525436ee287a368
fbdev: drop res_id parameter from remove_conflicting_pci_framebuffers

Since commit 9ce98d2fc82e ("fbdev: list all pci memory bars as
conflicting apertures") the parameter was used for some sanity checks
only, to make sure we detect any issues with the new approach to just
list all memory bars as apertures.

No issues turned up so far, so continue to cleanup:  Drop the res_id
parameter, drop the sanity checks.  Also downgrade the logging from
"info" level to "debug" level and update documentation.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20190822090645.25410-2-kraxel@redhat.com
drivers/video/fbdev/core/fbmem.c
include/drm/drm_fb_helper.h
include/linux/fb.h