MIPS: Whitespace cleanup.
[linux-drm-fsl-dcu.git] / arch / mips / lantiq / irq.c
index a7935bf0fecbf789299a2547abb7b0b2e8677e2b..5323308aab3fb86b64ecfc1b7d5b9898082c89b8 100644 (file)
@@ -344,7 +344,7 @@ int __init icu_of_init(struct device_node *node, struct device_node *parent)
        if (eiu_node && !of_address_to_resource(eiu_node, 0, &res)) {
                /* find out how many external irq sources we have */
                const __be32 *count = of_get_property(node,
-                                                       "lantiq,count", NULL);
+                                                       "lantiq,count", NULL);
 
                if (count)
                        exin_avail = *count;