Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348705
b: refs/heads/master
c: b1255fb
h: refs/heads/master
i:
  348703: 326cc3a
v: v3
  • Loading branch information
Steven Rostedt authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent 0a40947 commit 584096a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: db210312f77b8e0e3652bbbaafe879c24c8ba604
refs/heads/master: b1255fb989e1d11295cd7e530848b6a05baa9331
2 changes: 2 additions & 0 deletions trunk/drivers/staging/sb105x/sb_pci_mp.c
Original file line number Diff line number Diff line change
Expand Up @@ -3054,6 +3054,7 @@ static int init_mp_dev(struct pci_dev *pcidev, mppcibrd_t brd)
sbdev->nr_ports = ((portnum_hex/16)*10) + (portnum_hex % 16);
}
break;
#ifdef CONFIG_PARPORT
case PCI_DEVICE_ID_MP2S1P :
sbdev->nr_ports = 2;

Expand All @@ -3073,6 +3074,7 @@ static int init_mp_dev(struct pci_dev *pcidev, mppcibrd_t brd)
/* add PC compatible parallel port */
parport_pc_probe_port(pcidev->resource[2].start, pcidev->resource[3].start, PARPORT_IRQ_NONE, PARPORT_DMA_NONE, &pcidev->dev, 0);
break;
#endif
}

ret = request_region(sbdev->uart_access_addr, (8*sbdev->nr_ports), sbdev->name);
Expand Down

0 comments on commit 584096a

Please sign in to comment.