Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83316
b: refs/heads/master
c: 410ab51
h: refs/heads/master
v: v3
  • Loading branch information
Aron Griffis authored and Tony Luck committed Feb 4, 2008
1 parent 696ea2c commit abd72da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 965e7c8affeca27f7e5de75c97954e74d3b8052d
refs/heads/master: 410ab512e5c5716287a399145df0905c1dcddb04
4 changes: 2 additions & 2 deletions trunk/arch/ia64/kernel/efi.c
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ efi_mem_attribute (unsigned long phys_addr, unsigned long size)
if (!md || (md->attribute & ~EFI_MEMORY_RUNTIME) != attr)
return 0;
} while (md);
return 0;
return 0; /* never reached */
}

u64
Expand Down Expand Up @@ -798,7 +798,7 @@ kern_mem_attribute (unsigned long phys_addr, unsigned long size)
if (!md || md->attribute != attr)
return 0;
} while (md);
return 0;
return 0; /* never reached */
}
EXPORT_SYMBOL(kern_mem_attribute);

Expand Down

0 comments on commit abd72da

Please sign in to comment.