Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143257
b: refs/heads/master
c: 28783eb
h: refs/heads/master
i:
  143255: fbd0df8
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Apr 14, 2009
1 parent cf55697 commit 7a9169f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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: cf5450930db0ae308584e5361f3345e0ff73e643
refs/heads/master: 28783eb52013ad20784550bccd482e541c9619c2
5 changes: 3 additions & 2 deletions trunk/arch/sparc/include/asm/parport.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ static int __devinit ecpp_probe(struct of_device *op, const struct of_device_id
if (!strcmp(parent->name, "dma")) {
p = parport_pc_probe_port(base, base + 0x400,
op->irqs[0], PARPORT_DMA_NOFIFO,
op->dev.parent->parent);
op->dev.parent->parent, 0);
if (!p)
return -ENOMEM;
dev_set_drvdata(&op->dev, p);
Expand Down Expand Up @@ -168,7 +168,8 @@ static int __devinit ecpp_probe(struct of_device *op, const struct of_device_id
p = parport_pc_probe_port(base, base + 0x400,
op->irqs[0],
slot,
op->dev.parent);
op->dev.parent,
0);
err = -ENOMEM;
if (!p)
goto out_disable_irq;
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/parisc/superio.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,8 @@ static void __init superio_parport_init(void)
0 /*base_hi*/,
PAR_IRQ,
PARPORT_DMA_NONE /* dma */,
NULL /*struct pci_dev* */) )
NULL /*struct pci_dev* */),
0 /* shared irq flags */ )

printk(KERN_WARNING PFX "Probing parallel port failed.\n");
#endif /* CONFIG_PARPORT_PC */
Expand Down

0 comments on commit 7a9169f

Please sign in to comment.