Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195842
b: refs/heads/master
c: fc161c4
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and David Woodhouse committed Dec 31, 2009
1 parent d451bca commit 1295b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e99030609e27abff7e1a868cb56384c678b09984
refs/heads/master: fc161c4e8ec9b12d42b10d510a9de8562ea3afac
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ static int s3c24xx_nand_probe(struct platform_device *pdev)

/* currently we assume we have the one resource */
res = pdev->resource;
size = res->end - res->start + 1;
size = resource_size(res);

info->area = request_mem_region(res->start, size, pdev->name);

Expand Down

0 comments on commit 1295b20

Please sign in to comment.