Ignore:
Timestamp:
May 9, 2009, 11:45:26 AM (16 years ago)
Author:
Paul Smedley
Message:

Update alsa-kernel to ALSA 1.0.20 level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/alsa-kernel/pci/emu10k1/io.c

    r305 r426  
    227227
    228228                        if (timeout > 1000) {
    229                                 snd_printk("emu10k1:I2C:timeout status=0x%x\n", status);
     229                                snd_printk(KERN_WARNING
     230                                           "emu10k1:I2C:timeout status=0x%x\n",
     231                                           status);
    230232                                break;
    231233                        }
     
    489491                                break;
    490492                }
    491                 if (count >= 16384)
     493                if (count > 16384)
    492494                        break;
    493495                curtime = newtime;
Note: See TracChangeset for help on using the changeset viewer.