]> Git Repo - linux.git/blobdiff - drivers/mtd/nand/raw/s3c2410.c
treewide: Remove uninitialized_var() usage
[linux.git] / drivers / mtd / nand / raw / s3c2410.c
index f86dff311464f758fdf4c92018587db0a96140f2..d0dd0c446e4d1f4ed26b5e6dc5a7ae41eb645d51 100644 (file)
@@ -291,7 +291,7 @@ static int s3c2410_nand_setrate(struct s3c2410_nand_info *info)
        int tacls_max = (info->cpu_type == TYPE_S3C2412) ? 8 : 4;
        int tacls, twrph0, twrph1;
        unsigned long clkrate = clk_get_rate(info->clk);
-       unsigned long uninitialized_var(set), cfg, uninitialized_var(mask);
+       unsigned long set, cfg, mask;
        unsigned long flags;
 
        /* calculate the timing information for the controller */
This page took 0.032328 seconds and 4 git commands to generate.