Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63983
b: refs/heads/master
c: b4efe22
h: refs/heads/master
i:
  63981: ea249ee
  63979: 99cdb87
  63975: 9d27957
  63967: c0744e4
v: v3
  • Loading branch information
Andrew Morton authored and Jeff Garzik committed Aug 14, 2007
1 parent 7193c54 commit 236f038
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: 626fda948839fc2f488f527076b8f42b1b7a4687
refs/heads/master: b4efe22cc987f4cd68ff838556580c0cc8c64cbc
5 changes: 3 additions & 2 deletions trunk/drivers/net/ax88796.c
Original file line number Diff line number Diff line change
Expand Up @@ -821,8 +821,9 @@ static int ax_probe(struct platform_device *pdev)
dev->base_addr = (unsigned long)ei_status.mem;

if (ei_status.mem == NULL) {
dev_err(&pdev->dev, "Cannot ioremap area (%08zx,%08zx)\n",
res->start, res->end);
dev_err(&pdev->dev, "Cannot ioremap area (%08llx,%08llx)\n",
(unsigned long long)res->start,
(unsigned long long)res->end);

ret = -ENXIO;
goto exit_req;
Expand Down

0 comments on commit 236f038

Please sign in to comment.