]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ata/pata_winbond.c
ARM: OMAP3: Use a single clock for both L3 and L4 DSS interface clocks
[linux-2.6-omap-h63xx.git] / drivers / ata / pata_winbond.c
index 549cbbe9fd07f21162baa54cd16270fc3f79b6b1..311cdb3a5566caec1d60e788327f3004fc662b8d 100644 (file)
@@ -279,7 +279,7 @@ static __init int winbond_init(void)
 
                        if (request_region(port, 2, "pata_winbond")) {
                                ret = winbond_init_one(port);
-                               if(ret <= 0)
+                               if (ret <= 0)
                                        release_region(port, 2);
                                else ct+= ret;
                        }