Commit 0f044628 authored by Dave Airlie's avatar Dave Airlie
Browse files

Merge tag 'drm-misc-next-fixes-2025-03-13' of...

Merge tag 'drm-misc-next-fixes-2025-03-13' of https://gitlab.freedesktop.org/drm/misc/kernel

 into drm-next

Short summary of fixes pull:

appletbdrm:
- Fix device refcount

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>

From: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20250313180135.GA276891@linux.fritz.box
parents 5da39dce 914ee6e7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -805,7 +805,6 @@ static void appletbdrm_disconnect(struct usb_interface *intf)
	struct appletbdrm_device *adev = usb_get_intfdata(intf);
	struct drm_device *drm = &adev->drm;

	put_device(adev->dmadev);
	drm_dev_unplug(drm);
	drm_atomic_helper_shutdown(drm);
}