Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36552
b: refs/heads/master
c: 132919b
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed Sep 16, 2006
1 parent 82fe240 commit 748e353
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3bc87f243f64c953717bea058f4b458a57fc1a29
refs/heads/master: 132919ba80ad207755fe271277bfefff865a54fe
1 change: 0 additions & 1 deletion trunk/drivers/mmc/mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,6 @@ static void mmc_read_scrs(struct mmc_host *host)

mmc_set_data_timeout(&data, card, 0);

data.blksz_bits = 3;
data.blksz = 1 << 3;
data.blocks = 1;
data.flags = MMC_DATA_READ;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/mmc/mmc_block.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ static int mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req)

brq.cmd.arg = req->sector << 9;
brq.cmd.flags = MMC_RSP_R1 | MMC_CMD_ADTC;
brq.data.blksz_bits = md->block_bits;
brq.data.blksz = 1 << md->block_bits;
brq.data.blocks = req->nr_sectors >> (md->block_bits - 9);
brq.stop.opcode = MMC_STOP_TRANSMISSION;
Expand Down
1 change: 0 additions & 1 deletion trunk/include/linux/mmc/mmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ struct mmc_command {
struct mmc_data {
unsigned int timeout_ns; /* data timeout (in ns, max 80ms) */
unsigned int timeout_clks; /* data timeout (in clocks) */
unsigned int blksz_bits; /* data block size */
unsigned int blksz; /* data block size */
unsigned int blocks; /* number of blocks */
unsigned int error; /* data error */
Expand Down

0 comments on commit 748e353

Please sign in to comment.