Re: [PATCH v2 3/3] drm/udl: Retrieve USB device from struct drm_device.dev

2020-11-03 Thread Daniel Vetter
On Tue, Nov 03, 2020 at 11:36:56AM +0100, Thomas Zimmermann wrote: > Drop the driver's udev field in favor of struct drm_device.dev. No > functional changes made. > > v2: > * upcast dev with drm_dev_get_usb_device() Again, witht that helper either moved to udl_drv.h or to usb code: Acked-b

[PATCH v2 3/3] drm/udl: Retrieve USB device from struct drm_device.dev

2020-11-03 Thread Thomas Zimmermann
Drop the driver's udev field in favor of struct drm_device.dev. No functional changes made. v2: * upcast dev with drm_dev_get_usb_device() Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/udl/udl_connector.c | 9 + drivers/gpu/drm/udl/udl_drv.c | 3 --- drivers/gpu/d