Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56196
b: refs/heads/master
c: 27fe0f4
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Jaroslav Kysela committed May 11, 2007
1 parent 567cedf commit fa8095a
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: 82c8c74107c31673478031e90e24a2b74ca680f2
refs/heads/master: 27fe0f4b985d8427d93ff6c9457e198ab8ffe035
2 changes: 1 addition & 1 deletion trunk/sound/pcmcia/vx/vxpocket.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ static int vxpocket_probe(struct pcmcia_device *p_dev)

/* find an empty slot from the card list */
for (i = 0; i < SNDRV_CARDS; i++) {
if (! card_alloc & (1 << i))
if (!(card_alloc & (1 << i)))
break;
}
if (i >= SNDRV_CARDS) {
Expand Down

0 comments on commit fa8095a

Please sign in to comment.