mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
Also affects: freesync, hdcp, info_packet, power
[Why] Resolve compiler warnings by marking unused parameters explicitly.
[How] In .c/.h keep parameter names in signatures and add a line with
`(void)param;` inside the function body
Preserved function signatures and avoids breaking code paths that
may reference the parameter under conditional compilation.
Reviewed-by: Aric Cyr <aric.cyr@amd.com>
Signed-off-by: Gaghik Khachatrian <gaghik.khachatrian@amd.com>
Signed-off-by: Chuanyu Tseng <chuanyu.tseng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
||
|---|---|---|
| .. | ||
| hdcp_ddc.c | ||
| hdcp_log.c | ||
| hdcp_log.h | ||
| hdcp_psp.c | ||
| hdcp_psp.h | ||
| hdcp.c | ||
| hdcp.h | ||
| hdcp1_execution.c | ||
| hdcp1_transition.c | ||
| hdcp2_execution.c | ||
| hdcp2_transition.c | ||
| Makefile | ||