From eb2abdb355256ad2d8d35361d973ea5e84f17629 Mon Sep 17 00:00:00 2001 From: Julia Lawall Date: Sun, 29 Aug 2010 11:52:41 +0200 Subject: [PATCH] --- yaml --- r: 210635 b: refs/heads/master c: 05f25abcf6043952fb2a2d98735dec58ba1fcadb h: refs/heads/master i: 210633: b4ec9f6b6e297b0b6ecd6321ab71311fe92dae30 210631: 5a7d71e6e167f5cdb1a023da4a4129d40974c78c v: v3 --- [refs] | 2 +- trunk/drivers/serial/mpc52xx_uart.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 4b5175a406fa..dc50b282c8e3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 545074fb953e1753f6b8409db533ad7998789efb +refs/heads/master: 05f25abcf6043952fb2a2d98735dec58ba1fcadb diff --git a/trunk/drivers/serial/mpc52xx_uart.c b/trunk/drivers/serial/mpc52xx_uart.c index 8dedb266f143..c4399e23565a 100644 --- a/trunk/drivers/serial/mpc52xx_uart.c +++ b/trunk/drivers/serial/mpc52xx_uart.c @@ -500,6 +500,7 @@ static int __init mpc512x_psc_fifoc_init(void) psc_fifoc = of_iomap(np, 0); if (!psc_fifoc) { pr_err("%s: Can't map FIFOC\n", __func__); + of_node_put(np); return -ENODEV; }