Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60c9c7b1 authored by Pierre Ossman's avatar Pierre Ossman
Browse files

mmc_test: print message when attaching to card



Make it a bit more obvious that the card has been claimed by the
mmc_test driver so that people don't have to wonder why their block
device never shows up.

Signed-off-by: default avatarPierre Ossman <drzeus@drzeus.cx>
parent 6d79947a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1256,6 +1256,8 @@ static int mmc_test_probe(struct mmc_card *card)
	if (ret)
		return ret;

	dev_info(&card->dev, "Card claimed for testing.\n");

	return 0;
}