summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/suncore.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/suncore.c')
-rw-r--r--drivers/tty/serial/suncore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/suncore.c b/drivers/tty/serial/suncore.c
index 127472bd6a7c..209f314745ab 100644
--- a/drivers/tty/serial/suncore.c
+++ b/drivers/tty/serial/suncore.c
@@ -111,6 +111,7 @@ void sunserial_console_termios(struct console *con, struct device_node *uart_dp)
mode = of_get_property(dp, mode_prop, NULL);
if (!mode)
mode = "9600,8,n,1,-";
+ of_node_put(dp);
}
cflag = CREAD | HUPCL | CLOCAL;