timer: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)
authorJoe Perches <joe@perches.com>
Fri, 15 Nov 2013 22:15:31 +0000 (14:15 -0800)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 19 Nov 2013 13:59:50 +0000 (14:59 +0100)
commitda554eba2e68c8ec051977db5ee1f42d384a01ed
treed7862c9135da554785f99be78ef16daba0cddd01
parentd689fe222a858c767cb8594faf280048e532b53f
timer: 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>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/timer.c