提交 6f60c222 编写于 作者: A Andrei Warkentin 提交者: Chris Ball

mmc: quirks: Support for block quirks.

Block quirks implemented using core/quirks.c support.
Signed-off-by: NAndrei Warkentin <andreiw@motorola.com>
Signed-off-by: NChris Ball <cjb@laptop.org>
上级 371a689f
......@@ -939,6 +939,11 @@ static int mmc_add_disk(struct mmc_blk_data *md)
return ret;
}
static const struct mmc_fixup blk_fixups[] =
{
END_FIXUP
};
static int mmc_blk_probe(struct mmc_card *card)
{
struct mmc_blk_data *md, *part_md;
......@@ -969,6 +974,8 @@ static int mmc_blk_probe(struct mmc_card *card)
goto out;
mmc_set_drvdata(card, md);
mmc_fixup_device(card, blk_fixups);
if (mmc_add_disk(md))
goto out;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册