Message ID | 20230823-ep93xx_pata_fixes-v1-0-d7e7229be148@maquefel.me |
---|---|
Headers | show |
Series | ata: pata_ep93xx: dt convert preparation fixes | expand |
On 8/23/23 18:47, Nikita Shubin via B4 Relay wrote: > Sending some fixes in prior to "ep93xx device tree conversion" series, > as per Sergey request: > > - simple replacement s/-ENXIO/-ENOMEM/ as it suits better. > - second is s/ep93xx_chip_revision()/soc_device_match(), so i can drop > ep93xx_chip_revision() entirely in later series. > > Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me> > --- > Nikita Shubin (2): > ata: pata_ep93xx: fix error return code in probe > ata: pata_ep93xx: use soc_device_match for UDMA modes Applied to for-6.6. Thanks !
Sending some fixes in prior to "ep93xx device tree conversion" series, as per Sergey request: - simple replacement s/-ENXIO/-ENOMEM/ as it suits better. - second is s/ep93xx_chip_revision()/soc_device_match(), so i can drop ep93xx_chip_revision() entirely in later series. Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me> --- Nikita Shubin (2): ata: pata_ep93xx: fix error return code in probe ata: pata_ep93xx: use soc_device_match for UDMA modes drivers/ata/pata_ep93xx.c | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) --- base-commit: 89bf6209cad66214d3774dac86b6bbf2aec6a30d change-id: 20230823-ep93xx_pata_fixes-56e6678cd6f1 Best regards,