Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336285
b: refs/heads/master
c: 53d8f97
h: refs/heads/master
i:
  336283: 2dc1b8f
v: v3
  • Loading branch information
Loic Pallardy authored and Chris Ball committed Dec 6, 2012
1 parent 6f3d531 commit 15c2df6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 090d25fe224c0933d2b261aad91532e725c1d889
refs/heads/master: 53d8f97462b0bbb51150f4d6bc2fd45336a008b9
2 changes: 2 additions & 0 deletions trunk/drivers/mmc/card/block.c
Original file line number Diff line number Diff line change
Expand Up @@ -1519,6 +1519,8 @@ static struct mmc_blk_data *mmc_blk_alloc_req(struct mmc_card *card,
md->disk->queue = md->queue.queue;
md->disk->driverfs_dev = parent;
set_disk_ro(md->disk, md->read_only || default_ro);
if (area_type & MMC_BLK_DATA_AREA_RPMB)
md->disk->flags |= GENHD_FL_NO_PART_SCAN;

/*
* As discussed on lkml, GENHD_FL_REMOVABLE should:
Expand Down

0 comments on commit 15c2df6

Please sign in to comment.