On Fri, Apr 18, 2025 at 04:55:13PM +0900, Damien Le Moal wrote: > The function ata_mselect_control_ata_feature() has a return type defined > as unsigned int but this function may return negative error codes, which > are correctly propagated up the call chain as integers. > > Fix ata_mselect_control_ata_feature() to have the correct int return > type. > > While at it, also fix a typo in this function description comment. > > Fixes: df60f9c64576 ("scsi: ata: libata: Add ATA feature control sub-page translation") > Cc: stable@xxxxxxxxxxxxxxx > Signed-off-by: Damien Le Moal <dlemoal@xxxxxxxxxx> > --- Reviewed-by: Niklas Cassel <cassel@xxxxxxxxxx>