git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
965e7c8
)
[IA64] efi.c Add /* never reached */ annotation
author
Aron Griffis
<aron@hp.com>
Wed, 9 Jan 2008 03:29:38 +0000
(22:29 -0500)
committer
Tony Luck
<tony.luck@intel.com>
Mon, 4 Feb 2008 23:35:06 +0000
(15:35 -0800)
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 <aron@hp.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
No differences found