From 246ee3330f05a4b0f6910f3639f1fe8065b8eac1 Mon Sep 17 00:00:00 2001 From: Roel Kluin Date: Wed, 25 Feb 2009 13:40:26 +0100 Subject: [PATCH] --- yaml --- r: 133195 b: refs/heads/master c: 39661758631da37efbc961e57a4ddefad573cc52 h: refs/heads/master i: 133193: 245cc7b184377b388027a1dd24a7ce5b5029a01c 133191: dd613cd1eda741f08cd6a66237138d2cde639c4a v: v3 --- [refs] | 2 +- trunk/sound/ppc/burgundy.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 0779682875a9..6fa7b5039ba9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6da6711385165eff76411b77974eec13c5ef6486 +refs/heads/master: 39661758631da37efbc961e57a4ddefad573cc52 diff --git a/trunk/sound/ppc/burgundy.c b/trunk/sound/ppc/burgundy.c index f860d39af36b..45a76297c38d 100644 --- a/trunk/sound/ppc/burgundy.c +++ b/trunk/sound/ppc/burgundy.c @@ -35,7 +35,7 @@ snd_pmac_burgundy_busy_wait(struct snd_pmac *chip) int timeout = 50; while ((in_le32(&chip->awacs->codec_ctrl) & MASK_NEWECMD) && timeout--) udelay(1); - if (! timeout) + if (timeout < 0) printk(KERN_DEBUG "burgundy_busy_wait: timeout\n"); }