Commit 9473252f authored by Horms's avatar Horms Committed by Tony Luck

[IA64] add newline to PAL-code warning message

Signed-off-by: default avatarSimon Horman <horms@verge.net.au>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent abac08db
...@@ -380,7 +380,7 @@ efi_get_pal_addr (void) ...@@ -380,7 +380,7 @@ efi_get_pal_addr (void)
#endif #endif
return __va(md->phys_addr); 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__); __FUNCTION__);
return NULL; return NULL;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment