summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-11-22 15:34:19 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-11-22 16:40:35 +0100
commited2ab35ef1a1f7d42b5dc0d130d359cc0f5e3d9d (patch)
tree7f3475e3dd1821f0def5b572acf4aa2b90e04711 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
parent1ea0c02e7018fdefbfc4333c733ce27c2bb70eff (diff)
vgaarb: use valid dev pointer in vgaarb_info()
We now pass the device to the debug messages, but on non-x86, this is an invalid pointer in vga_arb_device_init: drivers/gpu/vga/vgaarb.c: In function 'vga_arb_device_init': drivers/gpu/vga/vgaarb.c:1467:4: error: 'dev' may be used uninitialized in this function [-Werror=maybe-uninitialized] This moves the initialization of the dev pointer outside of the architecture #ifdef. Fixes: a75d68f62106 ("vgaarb: Use dev_printk() when possible") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20161122143445.1896558-1-arnd@arndb.de
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions