From: Linus Torvalds Date: Sat, 29 Jul 2023 01:31:18 +0000 (-0700) Subject: Merge tag 'ata-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ffabf7c731765da3dbfaffa4ed58b51ae9c2e650;p=linux.git 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() --- ffabf7c731765da3dbfaffa4ed58b51ae9c2e650