mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
- Remove a misplaced dma_free_coherent() call in altera_edac
-----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEzv7L6UO9uDPlPSfHEsHwGGHeVUoFAmi9b38ACgkQEsHwGGHe VUpQxQ/7BvyUXvvOaYJynom7ajT35wk/C83+03sB9Sli8UyihM9b5IbvPm/xr31W q/5xQKY7EbqSfD8pbPYAU1WHQb/mGxGwueqPxKUG7IJVsNaD93XRJlLRy97UarQ4 5pQQYtlG9wlAp0T/+INMsTF8OyKnkCTPzoUCtw0Yhpfgr15HWF1TctggjqR1zAkH CtlT33WP/X92U+lReLVTORtmD1+tHs6VV08BRBLhEVVT1rplLoDKdMJkwoCIQ2Ef 62blEblJQKzGF09YbTWKbxgXtgO3mKU8bznzxssbFoqtpzNDx9EWS5RGYg0wwnAn CC8Yspu5JkDVZY9G9K98EUMZko9pJwUb/FVtsrL4h9INVxT3Ug0+H0ua5EiQlfBt IIvvI2qyGw4RJbv6DwZJedS7kBRIJptloAXIOHoLXSbwwiTvIxvdFF6SfyAd4g4L TTztHFl9u1QDf7j3myMcG117KfqCK+yHA+9B9u6eIwCWyML8eSiljY0sb3hWmQyT qRj3GZAHB2JyBm7ytgQEv6pH4+Wi9gpKcG0U3Hz9YWdv4EJyAw/0m8YiylGTI2VS ULXtbGWpj/VvZnIZqNJEklQWVyJIh6Snv5tvn4H+5Fe/p5enyL/hfB3ZX4AbesTm I+Trr5CYPJB1tG1srgE7ngMhF/p9lTagtxAE+O/aqzEtUquZVF4= =xGtK -----END PGP SIGNATURE----- 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
This commit is contained in:
commit
2c3bac6085
|
|
@ -128,7 +128,6 @@ static ssize_t altr_sdr_mc_err_inject_write(struct file *file,
|
|||
|
||||
ptemp = dma_alloc_coherent(mci->pdev, 16, &dma_handle, GFP_KERNEL);
|
||||
if (!ptemp) {
|
||||
dma_free_coherent(mci->pdev, 16, ptemp, dma_handle);
|
||||
edac_printk(KERN_ERR, EDAC_MC,
|
||||
"Inject: Buffer Allocation error\n");
|
||||
return -ENOMEM;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user