aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/arm/pxa2xx-ac97-lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/arm/pxa2xx-ac97-lib.c b/sound/arm/pxa2xx-ac97-lib.c
index 99a466822a7d..66de90ed30ca 100644
--- a/sound/arm/pxa2xx-ac97-lib.c
+++ b/sound/arm/pxa2xx-ac97-lib.c
@@ -208,7 +208,7 @@ bool pxa2xx_ac97_try_warm_reset(struct snd_ac97 *ac97)
208 pxa_ac97_warm_pxa3xx(); 208 pxa_ac97_warm_pxa3xx();
209 else 209 else
210#endif 210#endif
211 BUG(); 211 snd_BUG();
212 212
213 while (!((GSR | gsr_bits) & (GSR_PCR | GSR_SCR)) && timeout--) 213 while (!((GSR | gsr_bits) & (GSR_PCR | GSR_SCR)) && timeout--)
214 mdelay(1); 214 mdelay(1);
@@ -245,7 +245,7 @@ bool pxa2xx_ac97_try_cold_reset(struct snd_ac97 *ac97)
245 pxa_ac97_cold_pxa3xx(); 245 pxa_ac97_cold_pxa3xx();
246 else 246 else
247#endif 247#endif
248 BUG(); 248 snd_BUG();
249 249
250 while (!((GSR | gsr_bits) & (GSR_PCR | GSR_SCR)) && timeout--) 250 while (!((GSR | gsr_bits) & (GSR_PCR | GSR_SCR)) && timeout--)
251 mdelay(1); 251 mdelay(1);