]> rtime.felk.cvut.cz Git - shark/motorek-5200.git/commitdiff
Whitespace
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 2 Mar 2013 13:17:00 +0000 (14:17 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 2 Mar 2013 13:17:00 +0000 (14:17 +0100)
motorek.c

index 558333322696aa500e8b8aa6f3b49d3cc1e654e5..71ca7452e06809d3bd6dfeb43b95cbc88a82875f 100644 (file)
--- a/motorek.c
+++ b/motorek.c
@@ -193,7 +193,7 @@ struct mpc52xx_gpt __iomem *iomap_gpt_by_phandle_prop(struct device_node *dn, co
                printk(KERN_ERR "property %s doesn't refer to GPT\n", prop);
                goto out;
        }
-       
+
        gpt = of_iomap(np, 0);
 out:
        of_node_put(np);
@@ -212,7 +212,7 @@ static int __devinit motorek_probe(struct of_device* dev,
                return -ENOMEM;
 
        err = -ENODEV;
-       
+
        m->pwmf = iomap_gpt_by_phandle_prop(dn, "pwmf");
        if (!m->pwmf)
                goto err_free;
@@ -225,7 +225,7 @@ static int __devinit motorek_probe(struct of_device* dev,
        m->ircb = iomap_gpt_by_phandle_prop(dn, "ircb");
        if (!m->ircb)
                goto err_unmap_ia;
-       
+
        m->irq = irq_of_parse_and_map(dn, 0);
        if (m->irq == NO_IRQ)
                goto err_unmap_ib;