Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4366
b: refs/heads/master
c: 69a4d56
h: refs/heads/master
v: v3
  • Loading branch information
Ian Campbell authored and Linus Torvalds committed Jul 8, 2005
1 parent b34411e commit 760a6d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: 08d805258f69bff5ba8268a969f140ef1f105c71
refs/heads/master: 69a4d56bae492b1a5e74459d9d771d9bc7f9320f
8 changes: 0 additions & 8 deletions trunk/drivers/pcmcia/i82365.c
Original file line number Diff line number Diff line change
Expand Up @@ -698,14 +698,6 @@ static void __init add_pcic(int ns, int type)
struct i82365_socket *t = &socket[sockets-ns];

base = sockets-ns;
if (t->ioaddr > 0) {
if (!request_region(t->ioaddr, 2, "i82365")) {
printk(KERN_ERR "i82365: IO region conflict at %#lx, not available\n",
t->ioaddr);
return;
}
}

if (base == 0) printk("\n");
printk(KERN_INFO " %s", pcic[type].name);
printk(" ISA-to-PCMCIA at port %#lx ofs 0x%02x",
Expand Down

0 comments on commit 760a6d6

Please sign in to comment.