Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233122
b: refs/heads/master
c: 541079d
h: refs/heads/master
v: v3
  • Loading branch information
Sergei Shtylyov authored and Felipe Balbi committed Feb 1, 2011
1 parent 43bc6b5 commit c75caa0
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: 456bb1697ec08c034449c81e03094fe26bedb9e9
refs/heads/master: 541079de88735152a993ff93e90096643730a054
2 changes: 1 addition & 1 deletion trunk/drivers/usb/musb/musb_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2185,7 +2185,7 @@ static int __init musb_probe(struct platform_device *pdev)
void __iomem *base;

iomem = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (!iomem || irq == 0)
if (!iomem || irq <= 0)
return -ENODEV;

base = ioremap(iomem->start, resource_size(iomem));
Expand Down

0 comments on commit c75caa0

Please sign in to comment.