mmc_test: print message when attaching to card
authorPierre Ossman <drzeus@drzeus.cx>
Tue, 22 Jul 2008 12:38:35 +0000 (14:38 +0200)
committerPierre Ossman <drzeus@drzeus.cx>
Wed, 23 Jul 2008 12:42:09 +0000 (14:42 +0200)
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>
drivers/mmc/card/mmc_test.c

index 2529601..a067fe4 100644 (file)
@@ -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;
 }