Skip to content

Commit

Permalink
Merge tag 'drm-misc-next-fixes-2025-03-13' of https://gitlab.freedesk…
Browse files Browse the repository at this point in the history
…top.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
  • Loading branch information
Dave Airlie committed Mar 24, 2025
2 parents 5da39dc + 914ee6e commit 0f04462
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/tiny/appletbdrm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 0f04462

Please sign in to comment.