pwm: Use kcalloc() instead of kzalloc()
kcalloc() should be preferred for allocations of arrays over kzalloc()
with multiplication.
Signed-off-by:
Thierry Reding <thierry.reding@gmail.com>
Loading
Please register or sign in to comment
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
kcalloc() should be preferred for allocations of arrays over kzalloc()
with multiplication.
Signed-off-by:
Thierry Reding <thierry.reding@gmail.com>