[IA64] add newline to PAL-code warning message
Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
parent
abac08dbb4
commit
9473252f20
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ efi_get_pal_addr (void)
|
|||
#endif
|
||||
return __va(md->phys_addr);
|
||||
}
|
||||
printk(KERN_WARNING "%s: no PAL-code memory-descriptor found",
|
||||
printk(KERN_WARNING "%s: no PAL-code memory-descriptor found\n",
|
||||
__FUNCTION__);
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue