drm/nouveau/disp: Use dev->dev to get the device
authorSakari Ailus <sakari.ailus@linux.intel.com>
Wed, 9 Apr 2025 10:33:44 +0000 (13:33 +0300)
committerDanilo Krummrich <dakr@kernel.org>
Wed, 25 Jun 2025 18:07:03 +0000 (20:07 +0200)
commitd6b93bfa5d1eba452e494d3a05d6bef65bc569b7
tree5f3fc8fcc86bee09290d80ca612c669dd33a74d5
parent1174bf15bd601f17556f721798cd9183e169549a
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>
drivers/gpu/drm/nouveau/nouveau_display.c