Re: [PATCH 1/2] drm/amdgpu: call pci_[un]register_driver() directly

2017-06-08 Thread Christian König
Am 07.06.2017 um 23:42 schrieb Alex Deucher: Rather than calling the deprecated drm_pci_init() and drm_pci_exit() which just wrapped the pci functions anyway. Signed-off-by: Alex Deucher Reviewed-by: Christian König for both. ---

[PATCH 1/2] drm/amdgpu: call pci_[un]register_driver() directly

2017-06-07 Thread Alex Deucher
Rather than calling the deprecated drm_pci_init() and drm_pci_exit() which just wrapped the pci functions anyway. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git