From: Ley Foon Tan Date: Tue, 16 Dec 2014 07:28:34 +0000 (+0800) Subject: serial: altera-uart: fix NULL device in log message X-Git-Tag: fixes-v4.0-rc1~98^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b820cd7643d5fdf05d6f5d32507d330609113248;p=pandora-kernel.git serial: altera-uart: fix NULL device in log message Add device pointer to port->dev. Before: "(NULL device *): ttyAL0 at MMIO 0x2020 (irq = 6, base_baud = 3125000) is a Altera UART" After: "altera_uart 2020.serial: ttyAL0 at MMIO 0x2020 (irq = 6, base_baud = 3125000) is a Altera UART" Signed-off-by: Ley Foon Tan Acked-by: Tobias Klauser Acked-by: Pavel Machek Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed