OSDN Git Service

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)
commit0a8459693238a339de9705da4e26f6ffbb6a4ebc
treed1181b956529d17f96bcf2f020a6de891f85a80c
parente26ae7c0432101a924cf745b07470c8592de64cb
fbdev: drop res_id parameter from remove_conflicting_pci_framebuffers

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