diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-09-21 10:14:55 +0200 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-09-21 10:14:55 +0200 |
commit | db8c076b9206ea35b1f7299708d5510b17674db2 (patch) | |
tree | 7a5ee32db0c25bb29598c7c300ce7f2680f533a9 /drivers/serial/mpc52xx_uart.c | |
parent | drm/i915: Hold a reference to the object whilst unbinding the eviction list (diff) | |
parent | Linux 2.6.36-rc5 (diff) | |
download | linux-db8c076b9206ea35b1f7299708d5510b17674db2.tar.xz linux-db8c076b9206ea35b1f7299708d5510b17674db2.zip |
Merge remote branch 'linus' into drm-intel-fixes
Diffstat (limited to 'drivers/serial/mpc52xx_uart.c')
-rw-r--r-- | drivers/serial/mpc52xx_uart.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/mpc52xx_uart.c b/drivers/serial/mpc52xx_uart.c index 8dedb266f143..c4399e23565a 100644 --- a/drivers/serial/mpc52xx_uart.c +++ b/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; } |