Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285937
b: refs/heads/master
c: 7f788ec
h: refs/heads/master
i:
  285935: c8f3baf
v: v3
  • Loading branch information
Michal Simek committed Jan 16, 2012
1 parent ebddf4f commit 80f8d6f
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: d761f0c521868e59cd0bc59159cbdb4686fe210d
refs/heads/master: 7f788ec07d169123bb1bd14e6221a2b228079ce8
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ehci-xilinx-of.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ static int __devinit ehci_hcd_xilinx_of_probe(struct platform_device *op)
}

irq = irq_of_parse_and_map(dn, 0);
if (irq == NO_IRQ) {
if (!irq) {
printk(KERN_ERR "%s: irq_of_parse_and_map failed\n", __FILE__);
rv = -EBUSY;
goto err_irq;
Expand Down

0 comments on commit 80f8d6f

Please sign in to comment.