From 47ef6df27e0b420b44966043935ca96791184782 Mon Sep 17 00:00:00 2001 From: Ley Foon Tan Date: Tue, 16 Dec 2014 15:27:46 +0800 Subject: [PATCH] serial: altera-juart: fix NULL device in log message Add device pointer to port->dev. Before: "(NULL device *): ttyJ0 at MMIO 0x1008 (irq = 2, base_baud = 0) is a Altera JTAG UART" After: "altera_jtaguart 1008.serial: ttyJ0 at MMIO 0x1008 (irq = 2, base_baud = 0) is a Altera JTAG UART" Signed-off-by: Ley Foon Tan Acked-by: Tobias Klauser Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed