mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-05-28 01:26:37 +00:00

We need this to be zero initialised. Since this is an array, use kcalloc rather than kzalloc or kmalloc. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>