diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-03-23 23:36:12 (GMT) |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-03-23 23:36:12 (GMT) |
commit | 60c4e7c120d8cfe83fa4b0978b682b6d140483ac (patch) | |
tree | 870d0fc666a85382f6de4fad42552f1928e21e6f /sound/pci/ice1712/ice1712.c | |
parent | 593aff6c506ba0399a80720d4c5d7e80d8854f9a (diff) | |
parent | e2ea7cfc703cba3299d22db728516a0fc1a9717c (diff) | |
download | linux-60c4e7c120d8cfe83fa4b0978b682b6d140483ac.tar.xz |
Merge branch 'topic/ice' into for-linus
Diffstat (limited to 'sound/pci/ice1712/ice1712.c')
-rw-r--r-- | sound/pci/ice1712/ice1712.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ice1712/ice1712.c b/sound/pci/ice1712/ice1712.c index bab1c70..3dd63f1 100644 --- a/sound/pci/ice1712/ice1712.c +++ b/sound/pci/ice1712/ice1712.c @@ -458,7 +458,7 @@ static irqreturn_t snd_ice1712_interrupt(int irq, void *dev_id) u16 pbkstatus; struct snd_pcm_substream *substream; pbkstatus = inw(ICEDS(ice, INTSTAT)); - /* printk("pbkstatus = 0x%x\n", pbkstatus); */ + /* printk(KERN_DEBUG "pbkstatus = 0x%x\n", pbkstatus); */ for (idx = 0; idx < 6; idx++) { if ((pbkstatus & (3 << (idx * 2))) == 0) continue; |