commit | 1b116a899132c0679fb08565a25be54e3e68f835 | [log] [tgz] |
---|---|---|
author | Tony K Nadackal <tony.nadackal@arm.com> | Wed Dec 07 20:44:05 2022 +0000 |
committer | Tony K Nadackal <tony.nadackal@arm.com> | Thu Dec 08 13:42:25 2022 +0000 |
tree | 879c669575855c89a2b310c992e1ce4990573ecb | |
parent | a6e761c299ebe902524471bdc8c505f08f6ed5fb [diff] |
fix(scmi): change function prototype to fix gcc error Change function prototype of plat_css_get_scmi_info() to fix the GCC sign conversion error "comparison between signed and unsigned integer expressions". Changing channel_id type to unsigned int since it can never be a negative value. Signed-off-by: Tony K Nadackal <tony.nadackal@arm.com> Change-Id: I579b21497329db40897c10d86c8fc68e4877f3db