Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282861
b: refs/heads/master
c: bca7f5f
h: refs/heads/master
i:
  282859: 9a99d72
v: v3
  • Loading branch information
Julia Lawall authored and David Woodhouse committed Jan 9, 2012
1 parent 6e0d78c commit a10d6c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: af32b36095147e1828496b58987c1e24ef40487d
refs/heads/master: bca7f5f71389547489fffe6c757eaff8659bcd16
6 changes: 1 addition & 5 deletions trunk/drivers/mtd/nand/txx9ndfmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,11 +298,7 @@ static int __init txx9ndfmc_probe(struct platform_device *dev)
drvdata = devm_kzalloc(&dev->dev, sizeof(*drvdata), GFP_KERNEL);
if (!drvdata)
return -ENOMEM;
if (!devm_request_mem_region(&dev->dev, res->start,
resource_size(res), dev_name(&dev->dev)))
return -EBUSY;
drvdata->base = devm_ioremap(&dev->dev, res->start,
resource_size(res));
drvdata->base = devm_request_and_ioremap(&dev->dev, res);
if (!drvdata->base)
return -EBUSY;

Expand Down

0 comments on commit a10d6c8

Please sign in to comment.