commit | 48a70e1ca85e3b484791e100bb403c05ef9d37c8 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Sat Jun 18 11:38:44 2016 +0300 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Jun 20 17:06:10 2016 -0400 |
tree | 2568cab2d0ea1c9374550669c9f78622bee65127 | |
parent | 0b10029d826ed8c18a5f9d2f4abfa415d15cd1d3 [diff] |
drm/amdgpu: precedence bug in amdgpu_device_init() ! 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 <dan.carpenter@oracle.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>