Skip to content

Commit

Permalink
ata: sata_sil: Drop pointless VPRINTK() calls
Browse files Browse the repository at this point in the history
Signed-off-by: Hannes Reinecke <[email protected]>
Signed-off-by: Damien Le Moal <[email protected]>
  • Loading branch information
hreinecke authored and Damien Le Moal committed Jan 5, 2022
1 parent 14d3630 commit 0b8e9cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/ata/sata_sil.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ static void sil_fill_sg(struct ata_queued_cmd *qc)

prd->addr = cpu_to_le32(addr);
prd->flags_len = cpu_to_le32(sg_len);
VPRINTK("PRD[%u] = (0x%X, 0x%X)\n", si, addr, sg_len);

last_prd = prd;
prd++;
Expand Down

0 comments on commit 0b8e9cc

Please sign in to comment.