Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16262
b: refs/heads/master
c: a94515f
h: refs/heads/master
v: v3
  • Loading branch information
Vitaly Bordug authored and Dominik Brodowski committed Jan 5, 2006
1 parent 487a595 commit 76f9f13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 3b27e9421a1433689704fe0a02e926d4ba971121
refs/heads/master: a94515fa1f1609249dbebcfb93181ad0ba4b285a
3 changes: 1 addition & 2 deletions trunk/drivers/pcmcia/m8xx_pcmcia.c
Original file line number Diff line number Diff line change
Expand Up @@ -1012,8 +1012,7 @@ static int m8xx_set_io_map(struct pcmcia_socket *sock, struct pccard_io_map *io)
if(io->flags & MAP_WRPROT)
reg |= M8XX_PCMCIA_POR_WRPROT;

/*if(io->flags & (MAP_16BIT | MAP_AUTOSZ))*/
if(io->flags & MAP_16BIT)
if(io->flags & (MAP_16BIT | MAP_AUTOSZ))
reg |= M8XX_PCMCIA_POR_16BIT;

if(io->flags & MAP_ACTIVE)
Expand Down

0 comments on commit 76f9f13

Please sign in to comment.