]> 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)
commit780e849061319360f90e615625e3e36f59a46e67
treed1181b956529d17f96bcf2f020a6de891f85a80c
parent0ff323a4e953b61b827815e51dccb1947cdba54a
fbdev: drop res_id parameter from remove_conflicting_pci_framebuffers

Since commit 284bf16ca2e8 ("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