Browse Source

mmc: wbsd: Remove unneded semicolon

It's not needed an is just creating a null statement, so remove it.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Javier Martinez Canillas 10 years ago
parent
commit
17a9053971
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/mmc/host/wbsd.c

+ 1 - 1
drivers/mmc/host/wbsd.c

@@ -809,7 +809,7 @@ static void wbsd_request(struct mmc_host *mmc, struct mmc_request *mrq)
 			cmd->error = -EINVAL;
 			cmd->error = -EINVAL;
 
 
 			goto done;
 			goto done;
-		};
+		}
 	}
 	}
 
 
 	/*
 	/*