commit | 58e9ff56382bdce340d50b6ff22c422dc617106c | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Mon Mar 20 16:52:32 2006 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Mar 21 23:30:02 2006 +0000 |
tree | 5cbe14561fe6be5d5a867ef860daf36f938dbdc0 | |
parent | ae92dc9f7bc9018f1d043f102747a1f1e4dd96fb [diff] |
[ARM] Use kcalloc to allocate counter_config array rather than kmalloc 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>