[PATCH] s/;;/;/g
[deliverable/linux.git] / arch / arm / mach-s3c2410 / cpu.c
index 00a379334b60b2d325da1a8614a4c3e69e38ebaf..70c34fcf78586c6cba26ca01675078a64baf0ea3 100644 (file)
@@ -146,7 +146,7 @@ void s3c24xx_set_board(struct s3c24xx_board *b)
        board = b;
 
        if (b->clocks_count != 0) {
-               struct clk **ptr = b->clocks;;
+               struct clk **ptr = b->clocks;
 
                for (i = b->clocks_count; i > 0; i--, ptr++)
                        s3c24xx_register_clock(*ptr);
This page took 0.023199 seconds and 5 git commands to generate.