diff options
Diffstat (limited to 'sound/pcmcia/vx')
-rw-r--r-- | sound/pcmcia/vx/vxpocket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pcmcia/vx/vxpocket.c b/sound/pcmcia/vx/vxpocket.c index 363bcb5f08e6..c57e127d9ccb 100644 --- a/sound/pcmcia/vx/vxpocket.c +++ b/sound/pcmcia/vx/vxpocket.c | |||
@@ -297,7 +297,7 @@ static int vxpocket_probe(struct pcmcia_device *p_dev) | |||
297 | 297 | ||
298 | /* find an empty slot from the card list */ | 298 | /* find an empty slot from the card list */ |
299 | for (i = 0; i < SNDRV_CARDS; i++) { | 299 | for (i = 0; i < SNDRV_CARDS; i++) { |
300 | if (! card_alloc & (1 << i)) | 300 | if (!(card_alloc & (1 << i))) |
301 | break; | 301 | break; |
302 | } | 302 | } |
303 | if (i >= SNDRV_CARDS) { | 303 | if (i >= SNDRV_CARDS) { |