Merge tag 'ata-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 29 Jul 2023 01:31:18 +0000 (18:31 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 29 Jul 2023 01:31:18 +0000 (18:31 -0700)
commitffabf7c731765da3dbfaffa4ed58b51ae9c2e650
tree6d19da216d12b57c088094007b27c263b177d4b0
parent122e7943b252fcf48b4d085dec084e24fc8bec45
parent3ac873c76d79f055e1712754d9f2e90e41582f04
Merge tag 'ata-6.5-rc4' of git://git./linux/kernel/git/dlemoal/libata

Pull ata fixes from Damien Le Moal:

 - Fix error message output in the pata_arasan_cf driver (Minjie)

 - Fix invalid error return in the pata_octeon_cf driver initialization
   (Yingliang)

 - Fix a compilation warning due to a missing static function
   declaration in the pata_ns87415 driver (Arnd)

 - Fix the condition evaluating when to fetch sense data for successful
   completions, which should be done only when command duration limits
   are being used (Niklas)

* tag 'ata-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata:
  ata: libata-core: fix when to fetch sense data for successful commands
  ata: pata_ns87415: mark ns87560_tf_read static
  ata: pata_octeon_cf: fix error return code in octeon_cf_probe()
  ata: pata_arasan_cf: Use dev_err_probe() instead dev_err() in data_xfer()