Commit c4af7b3f authored by Lioncash's avatar Lioncash
Browse files

host1x/syncpoint_manager: Pass DeregisterAction() handle as const-ref

The handle is only compared against and not modified in any way, so we
can pass it by const reference.

This also allows us to mark the respective parameters for
DeregisterGuestAction() and DeregisterHostAction() as const references
as well.
parent 55a3cbfa
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment