mirror of https://gitee.com/openkylin/linux.git
3c6b8625dd
When unloading the bochs-drm driver, a warning message is printed by
drm_mode_config_cleanup() because a reference is still held to one of
the drm_connector structs.
Correct this by calling drm_atomic_helper_shutdown() in
bochs_pci_remove().
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
bochs.h | ||
bochs_drv.c | ||
bochs_hw.c | ||
bochs_kms.c | ||
bochs_mm.c |