Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283164
b: refs/heads/master
c: be3bad6
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Jan 5, 2012
1 parent 9638ae3 commit 748c6f7
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: ba2d5affded07dcdd7b076dfeb4f2eefdf79a997
refs/heads/master: be3bad6f5eb7205753e0134aeb422c4d9c1d8838
2 changes: 1 addition & 1 deletion trunk/drivers/input/serio/xilinx_ps2.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ static int __devinit xps2_of_probe(struct platform_device *ofdev)
}

/* Get IRQ for the device */
if (of_irq_to_resource(ofdev->dev.of_node, 0, &r_irq) == NO_IRQ) {
if (!of_irq_to_resource(ofdev->dev.of_node, 0, &r_irq)) {
dev_err(dev, "no IRQ found\n");
return -ENODEV;
}
Expand Down

0 comments on commit 748c6f7

Please sign in to comment.