ata: sata_qstor: replace DPRINTK() with dev_dbg()
Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
This commit is contained in:
parent
fa538d4020
commit
1891b92a4c
@ -374,8 +374,8 @@ static inline unsigned int qs_intr_pkt(struct ata_host *host)
|
||||
struct qs_port_priv *pp = ap->private_data;
|
||||
struct ata_queued_cmd *qc;
|
||||
|
||||
DPRINTK("SFF=%08x%08x: sCHAN=%u sHST=%d sDST=%02x\n",
|
||||
sff1, sff0, port_no, sHST, sDST);
|
||||
dev_dbg(host->dev, "SFF=%08x%08x: sHST=%d sDST=%02x\n",
|
||||
sff1, sff0, sHST, sDST);
|
||||
handled = 1;
|
||||
if (!pp || pp->state != qs_state_pkt)
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user