[patch] drm/amdgpu: precedence bug in amdgpu_device_init()

2016-06-20 Thread Alex Deucher
On Sat, Jun 18, 2016 at 4:38 AM, Dan Carpenter wrote: > ! has higher precedence than bitwise & so we need to add parenthesis > for this to work as intended. > > Fixes: 048765ad5af7 ('amdgpu: fix asic initialization for virtualized > environments (v2)') > Signed-off-by: Dan Carpenter Applied.

[patch] drm/amdgpu: precedence bug in amdgpu_device_init()

2016-06-18 Thread Dan Carpenter
! has higher precedence than bitwise & so we need to add parenthesis for this to work as intended. Fixes: 048765ad5af7 ('amdgpu: fix asic initialization for virtualized environments (v2)') Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/am