mbox series

[PULL] drm-misc-next-fixes

Message ID 20250327141835.GA96037@linux.fritz.box (mailing list archive)
State New
Headers show
Series [PULL] drm-misc-next-fixes | expand

Pull-request

https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-03-27

Message

Thomas Zimmermann March 27, 2025, 2:18 p.m. UTC
Hi Dave, Sima,

here's the PR from drm-misc-next-fixes for this week. There's a single
trivial fix for the new adp driver.

Best regards
Thomas

drm-misc-next-fixes-2025-03-27:
Short summary of fixes pull:

adp:
- Fix error handling in plane setup
The following changes since commit 914ee6e730e134410b77edc453b629767e84c32c:

  drm/appletbdrm: Fix ref-counting on dmadev (2025-03-10 10:54:24 +0100)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-03-27

for you to fetch changes up to ee20c69c789b6cb2179a535cf440d72b98f4a134:

  drm: adp: Fix NULL vs IS_ERR() check in adp_plane_new() (2025-03-14 09:42:11 -0400)

----------------------------------------------------------------
Short summary of fixes pull:

adp:
- Fix error handling in plane setup

----------------------------------------------------------------
Dan Carpenter (1):
      drm: adp: Fix NULL vs IS_ERR() check in adp_plane_new()

 drivers/gpu/drm/adp/adp_drv.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)