There was an error fetching the commit references. Please try again later.
Merge tag 'ata-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux
Pull ata fixes from Damien Le Moal: - Compilation warning fixes from Arnd: one in the sata_sx4 driver due to an incorrect calculation of the parameters passed to memcpy() and another one in the sata_mv driver when CONFIG_PCI is not set - Drop the owner driver field assignment in the pata_macio driver. That is not needed as the PCI core code does that already (Krzysztof) - Remove an unusued field in struct st_ahci_drv_data of the ahci_st driver (Christophe) - Add a missing clock probe error check in the sata_gemini driver (Chen) * tag 'ata-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux: ata: sata_gemini: Check clk_enable() result ata: sata_mv: Fix PCI device ID table declaration compilation warning ata: ahci_st: Remove an unused field in struct st_ahci_drv_data ata: pata_macio: drop driver owner assignment ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bit
Showing
- drivers/ata/ahci_st.c 0 additions, 1 deletiondrivers/ata/ahci_st.c
- drivers/ata/pata_macio.c 0 additions, 3 deletionsdrivers/ata/pata_macio.c
- drivers/ata/sata_gemini.c 4 additions, 1 deletiondrivers/ata/sata_gemini.c
- drivers/ata/sata_mv.c 31 additions, 32 deletionsdrivers/ata/sata_mv.c
- drivers/ata/sata_sx4.c 2 additions, 4 deletionsdrivers/ata/sata_sx4.c
Please register or sign in to comment