As noticed by kbuild test robot ,
remove_conflicting_pci_framebuffers()'s second argument
is called res_id not resource_id. Fix this.
Signed-off-by: Michał Mirosław
---
* Against drm-misc-next, as that's where original patchset went to.
v2: include second occurrence of @resource_id
---
drivers
On Fri, Sep 07, 2018 at 07:47:08PM +0200, Michał Mirosław wrote:
> As noticed by kbuild test robot ,
> remove_conflicting_pci_framebuffers()'s second argument
> is called res_id not resource_id. Fix this.
>
> Signed-off-by: Michał Mirosław
> ---
> * Against drm-misc-next, as that's where original