From: Julia Lawall Date: Mon, 1 Dec 2008 22:18:37 +0000 (-0800) Subject: [IA64] eliminate NULL test and memset after alloc_bootmem X-Git-Tag: v2.6.28-rc8~12^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6afc9be1de0b938169d8985a3add0e3727ebc717;p=pandora-kernel.git [IA64] eliminate NULL test and memset after alloc_bootmem As noted by Akinobu Mita in patch b1fceac2b9e04d278316b2faddf276015fc06e3b, alloc_bootmem and related functions never return NULL and always return a zeroed region of memory. Thus a NULL test or memset after calls to these functions is unnecessary. Signed-off-by: Julia Lawall Signed-off-by: Andrew Morton Signed-off-by: Tony Luck --- Reading git-diff-tree failed