diff options
Diffstat (limited to 'sound/pci/intel8x0.c')
-rw-r--r-- | sound/pci/intel8x0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 07782ba9c74d..47485afcab5f 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c | |||
@@ -2670,7 +2670,7 @@ static void __devinit intel8x0_measure_ac97_clock(struct intel8x0 *chip) | |||
2670 | t = stop_time.tv_sec - start_time.tv_sec; | 2670 | t = stop_time.tv_sec - start_time.tv_sec; |
2671 | t *= 1000000; | 2671 | t *= 1000000; |
2672 | t += stop_time.tv_usec - start_time.tv_usec; | 2672 | t += stop_time.tv_usec - start_time.tv_usec; |
2673 | printk(KERN_INFO "%s: measured %lu usecs\n", __FUNCTION__, t); | 2673 | printk(KERN_INFO "%s: measured %lu usecs\n", __func__, t); |
2674 | if (t == 0) { | 2674 | if (t == 0) { |
2675 | snd_printk(KERN_ERR "?? calculation error..\n"); | 2675 | snd_printk(KERN_ERR "?? calculation error..\n"); |
2676 | return; | 2676 | return; |