[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5D8008F58939784290FAB48F549751983125B43B49@shsmsx502.ccr.corp.intel.com>
Date: Wed, 24 Nov 2010 12:33:33 +0800
From: "Dong, Chuanxiao" <chuanxiao.dong@...el.com>
To: Kyungmin Park <kmpark@...radead.org>
CC: "linux-mmc@...r.kernel.org" <linux-mmc@...r.kernel.org>,
"cjb@...top.org" <cjb@...top.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"alan@...ux.intel.com" <alan@...ux.intel.com>,
"arjan@...ux.intel.com" <arjan@...ux.intel.com>,
"Yuan, Hang" <hang.yuan@...el.com>
Subject: RE: [PATCH v1 4/4]use HPI to interrupt background operations
> > + opcode = card->ext_csd.hpi_cmd;
> > + if (opcode == MMC_STOP_TRANSMISSION)
> > + flags = MMC_RSP_R1B | MMC_CMD_AC;
> > + else if (opcode == MMC_SEND_STATUS)
> > + flags = MMC_RSP_R1 | MMC_CMD_AC;
> > + else
> > + return -EINVAL;
> > +
> > + memset(&cmd, 0, sizeof(struct mmc_command));
> > + cmd.opcode = opcode;
> > + cmd.arg = card->rca << 16 | 1;
> Maybe missing set the flags;
> cmd.flags = flags;
>
> Thank you,
> Kyungmin Park
Thank you Park, will fix these bad mistake in the next version submission.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists