Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}