diff options
author | Maximilian Luz <[email protected]> | 2022-12-02 23:33:26 +0100 |
---|---|---|
committer | Hans de Goede <[email protected]> | 2023-02-02 22:48:20 +0100 |
commit | 78abf1b5205534bb7deda408aa5b9b7e0bf1982e (patch) | |
tree | 3a4a7491db9959e229d24179aadd5216bea415ac /drivers/platform/surface/aggregator/controller.c | |
parent | ea11bf4eb59e029cc54ad294126098dce67e321a (diff) |
platform/surface: aggregator: Enforce use of target-ID enum in device ID macros
Similar to the target category (TC), the target ID (TID) can be one
value out of a small number of choices, given in enum ssam_ssh_tid.
In the device ID macros, SSAM_SDEV() and SSAM_VDEV() we already use text
expansion to, both, remove some textual clutter for the target category
values and enforce that the value belongs to the known set. Now that we
know the names for the target IDs, use the same trick for them as well.
Also rename the SSAM_ANY_x macros to SSAM_SSH_x_ANY to better fit in.
Signed-off-by: Maximilian Luz <[email protected]>
Acked-by: Sebastian Reichel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
Diffstat (limited to 'drivers/platform/surface/aggregator/controller.c')
0 files changed, 0 insertions, 0 deletions