On 2023/7/20 8:42, Niklas Cassel wrote:
From: Niklas Cassel <niklas.cassel@xxxxxxx> The TODO claims that the pdc_20621_ops should set the .inherits function pointer to &ata_base_port_ops after it has been converted to use the new EH. However, the driver was converted to use the new EH a long time ago, in commit 67651ee5710c ("[libata] sata_sx4: convert to new exception handling methods"), which also did set .inherits function pointer to &ata_sff_port_ops (and ata_sff_port_ops itself has .inherits set to &ata_base_port_ops). Signed-off-by: Niklas Cassel <niklas.cassel@xxxxxxx> --- drivers/ata/sata_sx4.c | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Jason Yan <yanaijie@xxxxxxxxxx> Thanks, Jason