Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218979
b: refs/heads/master
c: 5c25aee
h: refs/heads/master
i:
  218977: bc94426
  218975: 74a50d7
v: v3
  • Loading branch information
Andy Shevchenko authored and Chris Ball committed Oct 23, 2010
1 parent ff180e0 commit 1e34e04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 63be54cefa3ae58e1e82036945e3c27f941f5a0d
refs/heads/master: 5c25aee5364550d7fa6314886370e76cda18d7e2
5 changes: 3 additions & 2 deletions trunk/drivers/mmc/card/mmc_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -2024,9 +2024,10 @@ static ssize_t mmc_test_store(struct device *dev,
{
struct mmc_card *card = mmc_dev_to_card(dev);
struct mmc_test_card *test;
int testcase;
long testcase;

testcase = simple_strtol(buf, NULL, 10);
if (strict_strtol(buf, 10, &testcase))
return -EINVAL;

test = kzalloc(sizeof(struct mmc_test_card), GFP_KERNEL);
if (!test)
Expand Down

0 comments on commit 1e34e04

Please sign in to comment.