diff options
Diffstat (limited to 'drivers/ata/pata_pdc2027x.c')
-rw-r--r-- | drivers/ata/pata_pdc2027x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_pdc2027x.c b/drivers/ata/pata_pdc2027x.c index 9765ace16921..c8cdd6d1cc6f 100644 --- a/drivers/ata/pata_pdc2027x.c +++ b/drivers/ata/pata_pdc2027x.c | |||
@@ -655,7 +655,7 @@ static int pdc_hardware_init(struct ata_host *host, unsigned int board_idx) | |||
655 | */ | 655 | */ |
656 | pll_clock = pdc_detect_pll_input_clock(host); | 656 | pll_clock = pdc_detect_pll_input_clock(host); |
657 | 657 | ||
658 | dev_printk(KERN_INFO, host->dev, "PLL input clock %ld kHz\n", pll_clock/1000); | 658 | dev_info(host->dev, "PLL input clock %ld kHz\n", pll_clock/1000); |
659 | 659 | ||
660 | /* Adjust PLL control register */ | 660 | /* Adjust PLL control register */ |
661 | pdc_adjust_pll(host, pll_clock, board_idx); | 661 | pdc_adjust_pll(host, pll_clock, board_idx); |