commit | 47ef6df27e0b420b44966043935ca96791184782 | [log] [tgz] |
---|---|---|
author | Ley Foon Tan <lftan@altera.com> | Tue Dec 16 15:27:46 2014 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jan 09 14:28:17 2015 -0800 |
tree | 44917dd5401ecc0f0c68074fd3c33c644c4dcd72 | |
parent | b543c301c2c5fbf24ed160a0c227122f09f38e5f [diff] |
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 <lftan@altera.com> Acked-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>