Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180410
b: refs/heads/master
c: bcf4d81
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Feb 9, 2010
1 parent caa003c commit a496963
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: 3af26f58d1920d904da87c3897d23070fe2266b4
refs/heads/master: bcf4d812e66ee95f762b38063d654fd1ff7156b0
2 changes: 1 addition & 1 deletion trunk/drivers/net/ax88796.c
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ static int ax_probe(struct platform_device *pdev)
size = (res->end - res->start) + 1;

ax->mem2 = request_mem_region(res->start, size, pdev->name);
if (ax->mem == NULL) {
if (ax->mem2 == NULL) {
dev_err(&pdev->dev, "cannot reserve registers\n");
ret = -ENXIO;
goto exit_mem1;
Expand Down

0 comments on commit a496963

Please sign in to comment.