On Tue, 20 Sep 2016 09:04:20 -0700
Andrey Smirnov wrote:
> - if (dma_mapping_error(cp->dev, dma_handle)) {
> + if (dma_mapping_error(cp->dev, mapping)) {
Interesting, that has been wrong for the entire git era; another patch
fixed that line a few years ago, but left the w
Fix a type in example variable name.
Signed-off-by: Andrey Smirnov
---
Documentation/DMA-API-HOWTO.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/DMA-API-HOWTO.txt b/Documentation/DMA-API-HOWTO.txt
index 781024e..d08a56a 100644
--- a/Documentation/DMA-API-H
2 matches
Mail list logo