Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Fri, 5 Jan 2024 13:14:28 +0000 (13:14 +0000)
using kvzalloc() simplifies the code by avoiding the
use of different memory allocation functions for different
situations, making the code more uniform and readable.
Signed-off-by: Chen Haonan <chen.haonan2@zte.com.cn> Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>