From: Joe Perches Date: Wed, 10 Dec 2014 23:45:53 +0000 (-0800) Subject: printk: remove used-once early_vprintk X-Git-Tag: omap-for-v3.19/fixes-rc1~142^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dc6244bd6d4f62239487fb0befc41c63e117290;p=pandora-kernel.git printk: remove used-once early_vprintk Eliminate the unlikely possibility of message interleaving for early_printk/early_vprintk use. early_vprintk can be done via the %pV extension so remove this unnecessary function and change early_printk to have the equivalent vprintk code. All uses of early_printk already end with a newline so also remove the unnecessary newline from the early_printk function. Signed-off-by: Joe Perches Acked-by: Chris Metcalf Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed