On Thu, Nov 2, 2017 at 10:16 AM, Christian König <[email protected]> wrote: > Somehow missed to commit that during rebase. > > Signed-off-by: Christian König <[email protected]> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c > b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c > index cb3a0ac90eaf..9ed8a74b69c4 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c > @@ -796,6 +796,8 @@ int amdgpu_device_resize_fb_bar(struct amdgpu_device > *adev) > return -ENODEV; > > pci_write_config_word(adev->pdev, PCI_COMMAND, cmd); > + > + return 0;
Reviewed-by: Alex Deucher <[email protected]> > } > > /* > -- > 2.11.0 > > _______________________________________________ > amd-gfx mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
