mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
staging: mt7621-mmc: Remove unused variable from msdc_tune_request
The variable cmd in the function msdc_tune_request is set but never used, so remove it. Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a98c143734
commit
6aab8b5308
@ -1556,12 +1556,10 @@ static int msdc_check_busy(struct mmc_host *mmc, struct msdc_host *host)
|
||||
static int msdc_tune_request(struct mmc_host *mmc, struct mmc_request *mrq)
|
||||
{
|
||||
struct msdc_host *host = mmc_priv(mmc);
|
||||
struct mmc_command *cmd;
|
||||
struct mmc_data *data;
|
||||
//u32 base = host->base;
|
||||
int ret = 0, read;
|
||||
|
||||
cmd = mrq->cmd;
|
||||
data = mrq->cmd->data;
|
||||
|
||||
read = data->flags & MMC_DATA_READ ? 1 : 0;
|
||||
|
Loading…
Reference in New Issue
Block a user