Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62964
b: refs/heads/master
c: c7b17cb
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jul 26, 2007
1 parent d7e1ce3 commit 56a62df
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: 5b26e64ea39e45802c5736c8261bf8a8704d212f
refs/heads/master: c7b17cb13eaad6adf2f169840ccb193d4376e4b1
2 changes: 1 addition & 1 deletion trunk/drivers/net/ax88796.c
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ static int ax_probe(struct platform_device *pdev)
}

ei_status.mem = ioremap(res->start, size);
dev->base_addr = (long)ei_status.mem;
dev->base_addr = (unsigned long)ei_status.mem;

if (ei_status.mem == NULL) {
dev_err(&pdev->dev, "Cannot ioremap area (%08zx,%08zx)\n",
Expand Down

0 comments on commit 56a62df

Please sign in to comment.