Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322715
b: refs/heads/master
c: 7effdbd
h: refs/heads/master
i:
  322713: b60e29c
  322711: 5933281
v: v3
  • Loading branch information
Sergei Shtylyov authored and Felipe Balbi committed Sep 6, 2012
1 parent 77ad49b commit 89a8fc0
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: ff41aaa3b6c181a713078d8ad96da4ba822de436
refs/heads/master: 7effdbd6512083e21c007edbaca0ceff4aa5159f
2 changes: 1 addition & 1 deletion trunk/drivers/usb/musb/musbhsdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ dma_controller_create(struct musb *musb, void __iomem *base)
struct platform_device *pdev = to_platform_device(dev);
int irq = platform_get_irq_byname(pdev, "dma");

if (irq == 0) {
if (irq <= 0) {
dev_err(dev, "No DMA interrupt line!\n");
return NULL;
}
Expand Down

0 comments on commit 89a8fc0

Please sign in to comment.