X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Farm%2Fmach-s3c2410%2Fcpu.c;h=00a379334b60b2d325da1a8614a4c3e69e38ebaf;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=70c34fcf78586c6cba26ca01675078a64baf0ea3;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/arch/arm/mach-s3c2410/cpu.c b/arch/arm/mach-s3c2410/cpu.c index 70c34fcf7..00a379334 100644 --- a/arch/arm/mach-s3c2410/cpu.c +++ b/arch/arm/mach-s3c2410/cpu.c @@ -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);