Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9410
b: refs/heads/master
c: 54bb567
h: refs/heads/master
v: v3
  • Loading branch information
Dominik Brodowski committed Sep 28, 2005
1 parent 13301de commit 9f17a9b
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: 1146bc743e074760ef0dd08b3457f35a68069a54
refs/heads/master: 54bb5675a6e966a58755ac44e3407f8ec2272b82
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/rsrc_nonstatic.c
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ static int nonstatic_autoadd_resources(struct pcmcia_socket *s)

/* if we got at least one of IO, and one of MEM, we can be glad and
* activate the PCMCIA subsystem */
if (done & (IORESOURCE_MEM | IORESOURCE_IO))
if (done == (IORESOURCE_MEM | IORESOURCE_IO))
s->resource_setup_done = 1;

return 0;
Expand Down

0 comments on commit 9f17a9b

Please sign in to comment.