commit | 624af67daa24b003e18562521e8839b5fccfacc7 | [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 | b1d5ccaa6004f978160fd023bce421c592ec4c2f [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