On Thu, Jul 03, 2025 at 07:36:22PM +0900, Damien Le Moal wrote: > 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@xxxxxxxxxx> Reviewed-by: Niklas Cassel <cassel@xxxxxxxxxx>