Skip to content
Commit 20c36ce2 authored by Bixuan Cui's avatar Bixuan Cui Committed by Marc Zyngier
Browse files

irqdomain: Change the type of 'size' in __irq_domain_add() to be consistent



The 'size' is used in struct_size(domain, revmap, size) and its input
parameter type is 'size_t'(unsigned int).
Changing the size to 'unsigned int' to make the type consistent.

Signed-off-by: default avatarBixuan Cui <cuibixuan@huawei.com>
Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210916025203.44841-1-cuibixuan@huawei.com
parent 2a7313dc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment