}
 
 
-       /* We don't want _any_ interrupts other than
-        * match20. Otherwise our au1000_calibrate_delay()
-        * calculation will be off, potentially a lot.
+       /*
+        * We don't want _any_ interrupts other than match20. Otherwise our
+        * au1000_calibrate_delay() calculation will be off, potentially a lot.
         */
        intc0_mask = save_local_and_disable(0);
        intc1_mask = save_local_and_disable(1);
        au1000_calibrate_delay();
        restore_local_and_enable(0, intc0_mask);
        restore_local_and_enable(1, intc1_mask);
+
        return retval;
 }