ALSA: opti9xx: fix missing { } around an if block
[linux-2.6-microblaze.git] / sound / isa / opti9xx / opti92x-ad1848.c
index 8988de8..4beeb32 100644 (file)
@@ -1096,9 +1096,10 @@ static int snd_opti9xx_pnp_probe(struct pnp_card_link *pcard,
        if (error)
                return error;
        error = snd_opti9xx_read_check(card, chip);
-       if (error)
+       if (error) {
                snd_printk(KERN_ERR "OPTI chip not found\n");
                return error;
+       }
        error = snd_opti9xx_probe(card);
        if (error < 0)
                return error;