Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159220
b: refs/heads/master
c: 463889e
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Jul 27, 2009
1 parent 92fde63 commit 41954d9
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: f004ec728bff3cf924ffc19387baca503cd73b01
refs/heads/master: 463889e27e6f4f097374a6c9de5611f520766dad
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ static int ethoc_probe(struct platform_device *pdev)

mmio = devm_request_mem_region(&pdev->dev, res->start,
res->end - res->start + 1, res->name);
if (!res) {
if (!mmio) {
dev_err(&pdev->dev, "cannot request I/O memory space\n");
ret = -ENXIO;
goto free;
Expand Down

0 comments on commit 41954d9

Please sign in to comment.