]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(scmi): change function prototype to fix gcc error
authorTony K Nadackal <tony.nadackal@arm.com>
Wed, 7 Dec 2022 20:44:05 +0000 (20:44 +0000)
committerTony K Nadackal <tony.nadackal@arm.com>
Thu, 8 Dec 2022 13:42:25 +0000 (13:42 +0000)
commitf0f2c90365d933ee0a160b4bf5723fc303d9ab73
tree879c669575855c89a2b310c992e1ce4990573ecb
parent3a3e0e5371e99b3764fd8e8d98a447911f3bb915
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
include/drivers/arm/css/scmi.h
plat/arm/board/juno/juno_topology.c
plat/arm/board/morello/morello_bl31_setup.c
plat/arm/board/n1sdp/n1sdp_bl31_setup.c
plat/arm/board/tc/tc_bl31_setup.c
plat/arm/css/sgi/sgi_bl31_setup.c