mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-25 12:44:01 +00:00
hyperv_setup_vram() calls vmbus_allocate_mmio(). This must be undone in
the error handling path of the probe, as already done in the remove
function.
Fixes:
|
||
|---|---|---|
| .. | ||
| hyperv_drm_drv.c | ||
| hyperv_drm_modeset.c | ||
| hyperv_drm_proto.c | ||
| hyperv_drm.h | ||
| Makefile | ||