]> git.baikalelectronics.ru Git - kernel.git/commit
ata: sata_fsl: use sysfs_emit()
authorDamien Le Moal <damien.lemoal@opensource.wdc.com>
Thu, 2 Dec 2021 06:05:03 +0000 (15:05 +0900)
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>
Tue, 4 Jan 2022 11:00:12 +0000 (20:00 +0900)
commit1e5362530e69c94d28fb3c6506f10290349c572b
treebeebcc1cd0fb9175f4b6a7cdc921cdec59d33904
parent217cc6512ed80ff06217e3fad54f2df579cabd2f
ata: sata_fsl: use sysfs_emit()

Use sysfs_emit() instead of sprintf() in fsl_sata_intr_coalescing_show()
and fsl_sata_rx_watermark_show().

Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
drivers/ata/sata_fsl.c