Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ata: pata_octeon_cf: Replace pr_XXX() calls with structured logging

Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>

authored by

Hannes Reinecke and committed by
Damien Le Moal
cb3f48fc f06c13aa

+2 -2
+2 -2
drivers/ata/pata_octeon_cf.c
··· 273 273 dma_tim.s.we_n = ns_to_tim_reg(tim_mult, oe_n); 274 274 dma_tim.s.we_a = ns_to_tim_reg(tim_mult, oe_a); 275 275 276 - pr_debug("ns to ticks (mult %d) of %d is: %d\n", tim_mult, 60, 276 + ata_dev_dbg(dev, "ns to ticks (mult %d) of %d is: %d\n", tim_mult, 60, 277 277 ns_to_tim_reg(tim_mult, 60)); 278 - pr_debug("oe_n: %d, oe_a: %d, dmack_s: %d, dmack_h: %d, dmarq: %d, pause: %d\n", 278 + ata_dev_dbg(dev, "oe_n: %d, oe_a: %d, dmack_s: %d, dmack_h: %d, dmarq: %d, pause: %d\n", 279 279 dma_tim.s.oe_n, dma_tim.s.oe_a, dma_tim.s.dmack_s, 280 280 dma_tim.s.dmack_h, dma_tim.s.dmarq, dma_tim.s.pause); 281 281