commit | 3a73aeff37c2e425b11d19c19e42e8269d58d417 | [log] [tgz] |
---|---|---|
author | Himangi Saraogi <himangi774@gmail.com> | Sat Aug 02 19:22:04 2014 +0530 |
committer | Marc Kleine-Budde <mkl@pengutronix.de> | Mon Aug 18 01:03:43 2014 +0200 |
tree | fbb568f13b8c4a91e1b272001263fa2a06bfbce4 | |
parent | b25a437206ed5d45087bc40bd48bc34ce3bfa008 [diff] |
can: mcp251x: Use dmam_alloc_coherent This patch moves the data allocated using dma_alloc_coherent to the corresponding managed interface and does away with the calls to free the allocated memory in the probe and remove functions. Signed-off-by: Himangi Saraogi <himangi774@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>