]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
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 25296011df5979f3bd321b59581345da216adaae..a067fe436301d2853bcc50be9f8a7d09d79fbfe0 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;
 }