From: Julia Lawall Date: Tue, 24 Jun 2008 08:22:05 +0000 (+0200) Subject: [IA64] Eliminate NULL test after alloc_bootmem in iosapic_alloc_rte() X-Git-Tag: v2.6.26-rc8~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2569b7e572c0e6782380b3fdda901deb175d75a;p=pandora-kernel.git [IA64] Eliminate NULL test after alloc_bootmem in iosapic_alloc_rte() As noted by Akinobu Mita 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: Tony Luck --- Reading git-diff-tree failed