commit | aa5e899de1dd8d91f4881d0bf533e2302f925973 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Mon Oct 07 11:52:10 2019 +0300 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Oct 07 15:11:02 2019 -0500 |
tree | cd694e6d7afe60987715710fb34440cdea9ef00c | |
parent | ea6d8811f18521a2188d1959f5fa2447e6bf5349 [diff] |
drm/amdkfd: Fix a && vs || typo In the current code if "device_info" is ever NULL then the kernel will Oops so probably || was intended instead of &&. Fixes: e392c887df97 ("drm/amdkfd: Use array to probe kfd2kgd_calls") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>