From: Aron Griffis Date: Wed, 9 Jan 2008 03:29:38 +0000 (-0500) Subject: [IA64] efi.c Add /* never reached */ annotation X-Git-Tag: v2.6.25-rc1~785^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=410ab512e5c5716287a399145df0905c1dcddb04;p=pandora-kernel.git [IA64] efi.c Add /* never reached */ annotation As written, this loop could be for (;;) instead of do while (md). The tests inside the loop always result in a return so the loop never terminates normally. Signed-off-by: Aron Griffis Signed-off-by: Tony Luck --- Reading git-diff-tree failed