Skip to content

Commit 0f04462

Browse files
committed
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: Dave Airlie <airlied@redhat.com> From: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patchwork.freedesktop.org/patch/msgid/20250313180135.GA276891@linux.fritz.box
2 parents 5da39dc + 914ee6e commit 0f04462

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/tiny/appletbdrm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,6 @@ static void appletbdrm_disconnect(struct usb_interface *intf)
805805
struct appletbdrm_device *adev = usb_get_intfdata(intf);
806806
struct drm_device *drm = &adev->drm;
807807

808-
put_device(adev->dmadev);
809808
drm_dev_unplug(drm);
810809
drm_atomic_helper_shutdown(drm);
811810
}

0 commit comments

Comments
 (0)