Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209299
b: refs/heads/master
c: 4914c7f
h: refs/heads/master
i:
  209297: 869033c
  209295: 0eedd55
v: v3
  • Loading branch information
Dominik Brodowski authored and Linus Torvalds committed Aug 13, 2010
1 parent 3fb928a commit 09ca235
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: fe622e76fddd986e56f22842a6ce292504727ef1
refs/heads/master: 4914c7f881845367b9198631a014ab466329b9e5
2 changes: 1 addition & 1 deletion trunk/drivers/net/pcmcia/xirc2ps_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,7 @@ xirc2ps_config(struct pcmcia_device * link)
}

link->resource[0]->flags |= IO_DATA_PATH_WIDTH_16;
link->io_lines = 10;
if (local->modem) {
int pass;

Expand Down Expand Up @@ -839,7 +840,6 @@ xirc2ps_config(struct pcmcia_device * link)
}
printk(KNOT_XIRC "no ports available\n");
} else {
link->io_lines = 10;
link->resource[0]->end = 16;
for (ioaddr = 0x300; ioaddr < 0x400; ioaddr += 0x10) {
link->resource[0]->start = ioaddr;
Expand Down

0 comments on commit 09ca235

Please sign in to comment.