Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/nouveau/disp: Use dev->dev to get the device

The local variable dev points to drm->dev already, use dev directly.

Link: https://lore.kernel.org/r/20250409103344.3661603-1-sakari.ailus@linux.intel.com
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Danilo Krummrich <dakr@kernel.org>

authored by

Sakari Ailus and committed by
Danilo Krummrich
d6b93bfa 1174bf15

+1 -1
+1 -1
drivers/gpu/drm/nouveau/nouveau_display.c
··· 495 495 if (first_changed_connector) 496 496 drm_connector_put(first_changed_connector); 497 497 498 - pm_runtime_mark_last_busy(drm->dev->dev); 498 + pm_runtime_mark_last_busy(dev->dev); 499 499 noop: 500 500 pm_runtime_put_autosuspend(dev->dev); 501 501 }