Re: [PATCH 5.12 237/242] drm/ast: Remove reference to struct drm_device.pdev

2021-07-19 Thread Xiaotian Feng
On Fri, Jul 16, 2021 at 5:13 AM Greg Kroah-Hartman wrote: > > From: Thomas Zimmermann > > commit 0ecb51824e838372e01330752503ddf9c0430ef7 upstream. > > Using struct drm_device.pdev is deprecated. Upcast with to_pci_dev() > from struct drm_device.dev to get the PCI device structure. > > v9: >

Re: [PATCH 5.12 237/242] drm/ast: Remove reference to struct drm_device.pdev

2021-07-19 Thread Xiaotian Feng
On Mon, Jul 19, 2021 at 7:23 PM Greg Kroah-Hartman wrote: > > On Mon, Jul 19, 2021 at 05:57:30PM +0800, Xiaotian Feng wrote: > > On Fri, Jul 16, 2021 at 5:13 AM Greg Kroah-Hartman > > wrote: > > > > > > From: Thomas Zimmermann > > > > > > co