diff options
author | Luben Tuikov <[email protected]> | 2021-05-03 20:02:22 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2021-05-10 18:07:56 -0400 |
commit | acdae2169bae6993c61ded36ae0b2301c07c0a9e (patch) | |
tree | 2f91063454951ccccf04b433f0c8faacaaf084e7 /net/lapb/lapb_timer.c | |
parent | 71efc8701a47aa9e3de74bab06020da81757893f (diff) |
drm/amdgpu: Remove redundant ras->supported
Remove redundant ras->supported, as this value
is also stored in adev->ras_features.
Use adev->ras_features, as that supercedes "ras",
since the latter is its member.
The dependency goes like this:
ras <== adev->ras_features <== hw_supported,
and is read as "ras depends on ras_features, which
depends on hw_supported." The arrows show the flow
of information, i.e. the dependency update.
"hw_supported" should also live in "adev".
Cc: Alexander Deucher <[email protected]>
Cc: John Clements <[email protected]>
Cc: Hawking Zhang <[email protected]>
Signed-off-by: Luben Tuikov <[email protected]>
Acked-by: Christian König <[email protected]>
Reviewed-by: John Clements <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions