Skip to content
Commit 19050da1 authored by Kenneth Lee's avatar Kenneth Lee Committed by Tony Lindgren
Browse files

ARM: OMAP2+: hwmod: Use kzalloc for allocating only one element



Use kzalloc(...) rather than kcalloc(1, ...) because the number of
elements we are specifying in this case is 1, so kzalloc would
accomplish the same thing and we can simplify.

Signed-off-by: default avatarKenneth Lee <klee33@uw.edu>
Message-Id: <20220809072050.1733996-1-klee33@uw.edu>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 89e99055
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment