ALSA: sound/ice1712: indentation & braces disagree - add braces

Neither has any significance currently to the flow
because err is checked for the same condition before
the place of disagreement.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Ilpo Järvinen and committed by
Takashi Iwai
8cd2b264 e2736261

+4 -2
+4 -2
sound/pci/ice1712/ice1712.c
··· 2688 2688 return err; 2689 2689 } 2690 2690 2691 - if (ice_has_con_ac97(ice)) 2691 + if (ice_has_con_ac97(ice)) { 2692 2692 err = snd_ice1712_pcm(ice, pcm_dev++, NULL); 2693 2693 if (err < 0) { 2694 2694 snd_card_free(card); 2695 2695 return err; 2696 2696 } 2697 + } 2697 2698 2698 2699 err = snd_ice1712_ac97_mixer(ice); 2699 2700 if (err < 0) { ··· 2716 2715 } 2717 2716 } 2718 2717 2719 - if (ice_has_con_ac97(ice)) 2718 + if (ice_has_con_ac97(ice)) { 2720 2719 err = snd_ice1712_pcm_ds(ice, pcm_dev++, NULL); 2721 2720 if (err < 0) { 2722 2721 snd_card_free(card); 2723 2722 return err; 2724 2723 } 2724 + } 2725 2725 2726 2726 if (!c->no_mpu401) { 2727 2727 err = snd_mpu401_uart_new(card, 0, MPU401_HW_ICE1712,