aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
diff options
context:
space:
mode:
authorJules Irenge <[email protected]>2020-03-11 01:09:02 +0000
committerDavid S. Miller <[email protected]>2020-03-11 23:19:40 -0700
commit0d8a42c93a7af05911e94bc3ec1c0d57d948d583 (patch)
tree24bc596b2a8248678383dad395396819f3fc3022 /drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
parent4cda75275f9f89f9485b0ca4d6950c95258a9bce (diff)
raw: Add missing annotations to raw_seq_start() and raw_seq_stop()
Sparse reports warnings at raw_seq_start() and raw_seq_stop() warning: context imbalance in raw_seq_start() - wrong count at exit warning: context imbalance in raw_seq_stop() - unexpected unlock The root cause is the missing annotations at raw_seq_start() and raw_seq_stop() Add the missing __acquires(&h->lock) annotation Add the missing __releases(&h->lock) annotation Signed-off-by: Jules Irenge <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c')
0 files changed, 0 insertions, 0 deletions