mbox series

[GIT,PULL] ata fixes for 6.1-rc4

Message ID 20221103214335.1126889-1-damien.lemoal@opensource.wdc.com
State New
Headers show
Series [GIT,PULL] ata fixes for 6.1-rc4 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.1-rc4

Message

Damien Le Moal Nov. 3, 2022, 9:43 p.m. UTC
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@gitolite.kernel.org/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(-)

Comments

pr-tracker-bot@kernel.org Nov. 4, 2022, 12:09 a.m. UTC | #1
The pull request you sent on Fri,  4 Nov 2022 06:43:35 +0900:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.1-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ee6050c8af96bba2f81e8b0793a1fc2f998fcd20

Thank you!