Skip to content

Commit

Permalink
ARM: S3C24XX: removes unnecessary semicolon
Browse files Browse the repository at this point in the history
removes unnecessary semicolon

Found by Coccinelle: http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Peter Senna Tschudin authored and Kukjin Kim committed Sep 21, 2012
1 parent 884dc5a commit dec2e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c24xx/mach-h1940.c
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ static void h1940_set_mmc_power(unsigned char power_mode, unsigned short vdd)
break;
default:
break;
};
}
}

static struct s3c24xx_mci_pdata h1940_mmc_cfg __initdata = {
Expand Down

0 comments on commit dec2e82

Please sign in to comment.