Skip to content

Commit

Permalink
mmc_test: print message when attaching to card
Browse files Browse the repository at this point in the history
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: Pierre Ossman <drzeus@drzeus.cx>
  • Loading branch information
Pierre Ossman committed Jul 23, 2008
1 parent 6d79947 commit 60c9c7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/mmc/card/mmc_test.c
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit 60c9c7b

Please sign in to comment.