Skip to content
Commit 2355ebff authored by Zhaohui Shi's avatar Zhaohui Shi
Browse files

fix(scmi): use same type for message_id



The code declares different types of parameters.

static bool message_id_is_supported(unsigned int message_id);
static bool message_id_is_supported(size_t message_id)
{
	...
}

Signed-off-by: Zhaohui Shi's avatarSchspa Shi <schspa@gmail.com>
Change-Id: I7435d3b9309ea5fb5f8e3daa7173e09322184422
parent 38dd6b61
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment