ata: libata-core: Rename ata_do_set_mode()
authorDamien Le Moal <dlemoal@kernel.org>
Thu, 3 Jul 2025 10:36:22 +0000 (19:36 +0900)
committerNiklas Cassel <cassel@kernel.org>
Fri, 4 Jul 2025 08:36:00 +0000 (10:36 +0200)
commit31921e87b2d2614e261096fdabedef1db7679611
treea5160dcef7148a0e2459083324d1b9f920990596
parent6ba4d05c1425fe220d95395b4485443ce895bb95
ata: libata-core: Rename ata_do_set_mode()

With the renaming of libata-eh ata_set_mode() function to
ata_eh_set_mode(), libata-core function ata_do_set_mode() can now be
renamed to the simpler ata_set_mode().

All the call sites of the former ata_do_set_mode() are updated to use
the new function name.

No functional changes.

Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Niklas Cassel <cassel@kernel.org>
Link: https://lore.kernel.org/r/20250703103622.291272-5-dlemoal@kernel.org
Signed-off-by: Niklas Cassel <cassel@kernel.org>
drivers/ata/libata-core.c
drivers/ata/libata-eh.c
drivers/ata/pata_optidma.c
drivers/ata/pata_pcmcia.c
drivers/ata/pata_pdc2027x.c
drivers/ata/sata_sil.c
include/linux/libata.h