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 'edac_urgent_for_v6.17_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras

Pull EDAC fix from Borislav Petkov:

- Remove a misplaced dma_free_coherent() call in altera_edac

* tag 'edac_urgent_for_v6.17_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras:
EDAC/altera: Delete an inappropriate dma_free_coherent() call

-1
-1
drivers/edac/altera_edac.c
··· 128 128 129 129 ptemp = dma_alloc_coherent(mci->pdev, 16, &dma_handle, GFP_KERNEL); 130 130 if (!ptemp) { 131 - dma_free_coherent(mci->pdev, 16, ptemp, dma_handle); 132 131 edac_printk(KERN_ERR, EDAC_MC, 133 132 "Inject: Buffer Allocation error\n"); 134 133 return -ENOMEM;