Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1016
b: refs/heads/master
c: c35e66a
h: refs/heads/master
v: v3
  • Loading branch information
Dominik Brodowski authored and Linus Torvalds committed May 5, 2005
1 parent a8c1674 commit 1f62881
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: 0a4c9c93c2fb5d09259136531d3e8e70fdcd6027
refs/heads/master: c35e66a4216c99fe94868ed3f714bd2708d0032a
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/pd6729.c
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ static int __devinit pd6729_pci_probe(struct pci_dev *dev,

for (i = 0; i < MAX_SOCKETS; i++) {
socket[i].io_base = pci_resource_start(dev, 0);
socket[i].socket.features |= SS_CAP_PCCARD;
socket[i].socket.features |= SS_CAP_PAGE_REGS | SS_CAP_PCCARD;
socket[i].socket.map_size = 0x1000;
socket[i].socket.irq_mask = mask;
socket[i].socket.pci_irq = dev->irq;
Expand Down

0 comments on commit 1f62881

Please sign in to comment.