On Tue, Jun 18, 2024 at 05:35:39PM +0200, Niklas Cassel wrote: > -struct ata_host *ata_host_alloc(struct device *dev, int max_ports) > +struct ata_host *ata_host_alloc(struct device *dev, int n_ports) I forgot to do the same rename of the parameter in the function declaration in the header file, will fix in v2. Kind regards, Niklas