Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347298
b: refs/heads/master
c: 50077cd
h: refs/heads/master
v: v3
  • Loading branch information
Marc Kleine-Budde authored and David S. Miller committed Dec 16, 2012
1 parent a832f7f commit 3835955
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: e133b539ae97a44daaa42d96a4607617788c5351
refs/heads/master: 50077cd2dd33635f7b6896b7c518001f99c99ea1
2 changes: 1 addition & 1 deletion trunk/drivers/net/can/sja1000/sja1000_of_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ static int sja1000_ofp_probe(struct platform_device *ofdev)
}

irq = irq_of_parse_and_map(np, 0);
if (irq == NO_IRQ) {
if (irq == 0) {
dev_err(&ofdev->dev, "no irq found\n");
err = -ENODEV;
goto exit_unmap_mem;
Expand Down

0 comments on commit 3835955

Please sign in to comment.