Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'ata-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux

Pull ata fix from Damien Le Moal:

- Fix an OF node reference leak in the sata_highbank driver

* tag 'ata-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux:
ata: sata_highbank: fix OF node reference leak in highbank_initialize_phys()

+1
+1
drivers/ata/sata_highbank.c
··· 348 348 phy_nodes[phy] = phy_data.np; 349 349 cphy_base[phy] = of_iomap(phy_nodes[phy], 0); 350 350 if (cphy_base[phy] == NULL) { 351 + of_node_put(phy_data.np); 351 352 return 0; 352 353 } 353 354 phy_count += 1;