diff options
| author | 2026-03-18 15:59:15 +0000 | |
|---|---|---|
| committer | 2026-03-19 08:44:26 +0900 | |
| commit | 8f3e79397a980512c2329b3445ebe7258e2d3f01 (patch) | |
| tree | 2c73877d2110c44cd02c78c1d5d7ca4cdc56fb42 /include/linux/bcma/ssh:/git@git.zx2c4.com | |
| parent | lib/bootconfig: validate child node index in xbc_verify_tree() (diff) | |
lib/bootconfig: fix signed comparison in xbc_node_get_data()
lib/bootconfig.c:188:28: warning: comparison of integer expressions
of different signedness: 'int' and 'size_t' [-Wsign-compare]
The local variable 'offset' is declared as int, but xbc_data_size is
size_t. Change the type to size_t to match and eliminate the warning.
Link: https://lore.kernel.org/all/20260318155919.78168-10-objecting@objecting.org/
Signed-off-by: Josh Law <objecting@objecting.org>
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Diffstat (limited to 'include/linux/bcma/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
