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

2020-11-03 Thread Daniel Vetter
On Tue, Nov 03, 2020 at 11:36:55AM +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() > > Signed-off-by: Thomas Zimmermann With the static inline helper either

[PATCH v2 2/3] drm/tiny/gm12u320: 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/tiny/gm12u320.c | 52 +++-- 1 file changed, 24 insertions(+), 28 de