1
0
Fork 0
remarkable-uboot/drivers/ata
Ye Li da3f3a0816 MLK-20356-2 dwc_ahsata: Fix incorrect free
Fix coverity issue CID 43665: Free of address-of expression (BAD_FREE)
incorrect_free: free frees incorrect pointer pp.

pp points the port array field of struct ahci_uc_priv, should not free it.

Signed-off-by: Ye Li <ye.li@nxp.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
2018-11-14 02:02:10 -08:00
..
Kconfig MLK-14938-18 sata: Add i.MX8 SATA support 2018-04-27 02:32:28 -07:00
Makefile MLK-14938-18 sata: Add i.MX8 SATA support 2018-04-27 02:32:28 -07:00
ahci-pci.c ahci-pci: Update call to ahci_probe_scsi_pci() 2017-08-03 14:48:48 -04:00
ahci-uclass.c dm: ahci: Correct uclass private data 2017-08-01 11:58:01 +09:00
ahci.c MLK-14938-18 sata: Add i.MX8 SATA support 2018-04-27 02:32:28 -07:00
dwc_ahci.c ata: Fix ahci wording 2017-11-28 16:08:52 +01:00
dwc_ahsata.c MLK-20356-2 dwc_ahsata: Fix incorrect free 2018-11-14 02:02:10 -08:00
dwc_ahsata_priv.h dm: sata: dw_sata: Rename the dwc_ahsata private header 2017-08-17 16:44:17 +09:00
fsl_sata.c sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
fsl_sata.h sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
libata.c sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
mvsata_ide.c sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
sata.c dm: sata: Update the AHCI uclass to support operations 2017-08-17 16:44:17 +09:00
sata_ceva.c ata: Fix ahci wording 2017-11-28 16:08:52 +01:00
sata_imx.c MLK-14938-18 sata: Add i.MX8 SATA support 2018-04-27 02:32:28 -07:00
sata_mv.c sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
sata_sandbox.c sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
sata_sil.c sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
sata_sil.h sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
sata_sil3114.c sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
sata_sil3114.h sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00