Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172569
b: refs/heads/master
c: 346e125
h: refs/heads/master
i:
  172567: dad4c78
v: v3
  • Loading branch information
Haojian Zhuang authored and Eric Miao committed Dec 1, 2009
1 parent cf1c75b commit 5e2b044
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dbf5986aed62620d3dde54e1b63889821c857675
refs/heads/master: 346e125967c39fc25263f3071dfc88224ae843f4
3 changes: 3 additions & 0 deletions trunk/drivers/mtd/nand/pxa3xx_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -1244,6 +1244,9 @@ static int pxa3xx_nand_probe(struct platform_device *pdev)
if (ret)
goto fail_free_io;

/* initialize all interrupts to be disabled */
disable_int(info, NDSR_MASK);

ret = request_irq(irq, pxa3xx_nand_irq, IRQF_DISABLED,
pdev->name, info);
if (ret < 0) {
Expand Down

0 comments on commit 5e2b044

Please sign in to comment.