Linus, The following changes since commit 2ce3a0bf2010b16c78b78cc35a97fa913f1be0ca: ata: ahci_qoriq: Fix compilation warning (2022-10-18 08:02:14 +0900) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.1-rc4 for you to fetch changes up to 015618c3ec19584c83ff179fa631be8cec906aaf: ata: palmld: fix return value check in palmld_pata_probe() (2022-10-31 20:28:05 +0900) ---------------------------------------------------------------- ata fixes for 6.1-rc4 2 driver fixes for rc4: - Fix the PIO mode configuration of the pdc20230 (pata_legacy) driver. This also removes a compilation warning with clang and W=1, from Sergey. - Fix devm_platform_ioremap_resource() return value check in the palmld driver, from Yang. ---------------------------------------------------------------- Sergey Shtylyov (1): ata: pata_legacy: fix pdc20230_set_piomode() Yang Yingliang (1): ata: palmld: fix return value check in palmld_pata_probe() drivers/ata/pata_legacy.c | 5 +++-- drivers/ata/pata_palmld.c | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-)