|
@@ -297,7 +297,7 @@ static int vxpocket_probe(struct pcmcia_device *p_dev)
|
|
|
|
|
|
/* find an empty slot from the card list */
|
|
/* find an empty slot from the card list */
|
|
for (i = 0; i < SNDRV_CARDS; i++) {
|
|
for (i = 0; i < SNDRV_CARDS; i++) {
|
|
- if (! card_alloc & (1 << i))
|
|
|
|
|
|
+ if (!(card_alloc & (1 << i)))
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
if (i >= SNDRV_CARDS) {
|
|
if (i >= SNDRV_CARDS) {
|