]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/tty/serial/vt8500_serial.c
Merge remote-tracking branch 'pci/next'
[karo-tx-linux.git] / drivers / tty / serial / vt8500_serial.c
index 93b697a0de658ddc6769fedbe822b1151fef4bab..15ad6fcda88b323b2f5711b753ee76126741ea04 100644 (file)
@@ -561,12 +561,13 @@ static int vt8500_serial_probe(struct platform_device *pdev)
        if (!mmres || !irqres)
                return -ENODEV;
 
-       if (np)
+       if (np) {
                port = of_alias_get_id(np, "serial");
                if (port >= VT8500_MAX_PORTS)
                        port = -1;
-       else
+       } else {
                port = -1;
+       }
 
        if (port < 0) {
                /* calculate the port id */