]> Git Repo - linux.git/commitdiff
ata: ahci: use ata_link_info() instead of ata_link_printk()
authorXu Wang <[email protected]>
Mon, 17 Aug 2020 03:29:13 +0000 (03:29 +0000)
committerJens Axboe <[email protected]>
Mon, 17 Aug 2020 03:45:36 +0000 (20:45 -0700)
Using ata_link_info() instead of ata_link_printk().

Signed-off-by: Xu Wang <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
drivers/ata/ahci.c

index 0c0a736eb8613d16e9ef597c7ce179d2595bd169..fbd8eaa32d32505cb26991a16edbbf9b3388b363 100644 (file)
@@ -807,8 +807,7 @@ static int ahci_avn_hardreset(struct ata_link *link, unsigned int *class,
                                (sstatus & 0xf) != 1)
                        break;
 
-               ata_link_printk(link, KERN_INFO, "avn bounce port%d\n",
-                               port);
+               ata_link_info(link,  "avn bounce port%d\n", port);
 
                pci_read_config_word(pdev, 0x92, &val);
                val &= ~(1 << port);
This page took 0.06125 seconds and 4 git commands to generate.