]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kernel/timer.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)
authorJoe Perches <joe@perches.com>
Tue, 5 Nov 2013 05:54:54 +0000 (16:54 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:54:54 +0000 (16:54 +1100)
commite29a1deed5a387889eaf1f2311c243c67d67b24f
treec3c7cbddbb951231acba2bdad939c1212f4c46b2
parentbe2c0ba7ef6cdfa2b7b3a52c17f941ecbabe604c
kernel/timer.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)

Use the helper function instead of __GFP_ZERO.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/timer.c