commit | 2355ebff6f6312086868f44b8ad7f821f6385208 | [log] [tgz] |
---|---|---|
author | Schspa Shi <schspa@gmail.com> | Mon Mar 14 19:28:19 2022 +0800 |
committer | Schspa Shi <schspa@gmail.com> | Thu Mar 17 12:48:18 2022 +0800 |
tree | befc0e20fcc115b8c158f55d66324097c0085161 | |
parent | 38dd6b61ae2ae6ba49f425771c0b529f7dbc9b4a [diff] |
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: Schspa Shi <schspa@gmail.com> Change-Id: I7435d3b9309ea5fb5f8e3daa7173e09322184422