commit | ccd6d0a9104e9075e57fa539ed6bb622b15284d9 | [log] [tgz] |
---|---|---|
author | Soren Brinkmann <soren.brinkmann@xilinx.com> | Sun May 04 15:42:58 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon May 05 17:11:18 2014 -0400 |
tree | e00b12f37f1b2853b295393224542c6eaf4329ff | |
parent | e96f2e7c430014eff52c93cabef1ad4f42ed0db1 [diff] |
net: macb: Pass same size to DMA_UNMAP as used for DMA_MAP Just as commit "net: macb: DMA-unmap full rx-buffer" (48330e08fa168395b9fd9f369f06cca1df204361), pass the size that was used for mapping the memory also to the unmap routine to avoid warnings from the DMA_API. Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by: David S. Miller <davem@davemloft.net>