diff options
author | Hannes Reinecke <hare@suse.de> | 2021-12-21 08:20:24 +0100 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2022-01-04 12:00:35 +0100 |
commit | f3b9db5f4fd1f65b44935d22b6fe0016aa62d5c0 (patch) | |
tree | 7c34601e260e703a03fe0581c94f5c47dacdbd56 /drivers/ata/libata-sff.c | |
parent | ata: libata: use min() to make code cleaner (diff) | |
download | linux-f3b9db5f4fd1f65b44935d22b6fe0016aa62d5c0.tar.xz linux-f3b9db5f4fd1f65b44935d22b6fe0016aa62d5c0.zip |
ata: libata: remove pointless debugging messages
Debugging messages in pci init functions or sg setup are pretty
much pointless, as the workflow pretty much decides what happened.
So drop them.
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Diffstat (limited to 'drivers/ata/libata-sff.c')
-rw-r--r-- | drivers/ata/libata-sff.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ata/libata-sff.c b/drivers/ata/libata-sff.c index b71ea4a680b0..39c026f3948c 100644 --- a/drivers/ata/libata-sff.c +++ b/drivers/ata/libata-sff.c @@ -2467,8 +2467,6 @@ static int ata_pci_init_one(struct pci_dev *pdev, struct ata_host *host = NULL; int rc; - DPRINTK("ENTER\n"); - pi = ata_sff_find_valid_pi(ppi); if (!pi) { dev_err(&pdev->dev, "no valid port_info specified\n"); |