Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109916
b: refs/heads/master
c: a650031
h: refs/heads/master
v: v3
  • Loading branch information
Akinobu Mita authored and Pierre Ossman committed Sep 20, 2008
1 parent e63f7d7 commit 779e083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9d4e98e9609bc19d4a8ac4a5c3218358d1820114
refs/heads/master: a650031a6bd16cb6789da9b3c27fc97341239f12
4 changes: 1 addition & 3 deletions trunk/drivers/mmc/card/mmc_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ static const struct mmc_test_case mmc_test_cases[] = {

};

static struct mutex mmc_test_lock;
static DEFINE_MUTEX(mmc_test_lock);

static void mmc_test_run(struct mmc_test_card *test, int testcase)
{
Expand Down Expand Up @@ -1171,8 +1171,6 @@ static int mmc_test_probe(struct mmc_card *card)
if ((card->type != MMC_TYPE_MMC) && (card->type != MMC_TYPE_SD))
return -ENODEV;

mutex_init(&mmc_test_lock);

ret = device_create_file(&card->dev, &dev_attr_test);
if (ret)
return ret;
Expand Down

0 comments on commit 779e083

Please sign in to comment.