Browse Source

ARM: S3C24XX: removes unnecessary semicolon

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>
Peter Senna Tschudin 12 years ago
parent
commit
dec2e82a91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/mach-s3c24xx/mach-h1940.c

+ 1 - 1
arch/arm/mach-s3c24xx/mach-h1940.c

@@ -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 = {