projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa538d4
)
ata: sata_qstor: replace DPRINTK() with dev_dbg()
author
Hannes Reinecke
<hare@suse.de>
Tue, 21 Dec 2021 07:20:44 +0000
(08:20 +0100)
committer
Damien Le Moal
<damien.lemoal@opensource.wdc.com>
Wed, 5 Jan 2022 10:33:01 +0000
(19:33 +0900)
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
drivers/ata/sata_qstor.c
patch
|
blob
|
history
diff --git
a/drivers/ata/sata_qstor.c
b/drivers/ata/sata_qstor.c
index
ef00ab6
..
262b695
100644
(file)
--- a/
drivers/ata/sata_qstor.c
+++ b/
drivers/ata/sata_qstor.c
@@
-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;