commit | 338ff2982d969a8e09ca356552cb5022ad380766 | [log] [tgz] |
---|---|---|
author | Joakim Tjernlund <Joakim.Tjernlund@transmode.se> | Mon May 17 13:17:10 2010 +0000 |
committer | Grant Likely <grant.likely@secretlab.ca> | Tue May 25 00:23:13 2010 -0600 |
tree | f67a5ec9c9825281dfb8c328a8e89a1711056a98 | |
parent | 0398fb70940e1f10939d6126eafb760bd48d1566 [diff] |
spi/spi_mpc8xxx: Do not use map_tx_dma to unmap rx_dma This fixes a typo were map_tx_dma is used instead of map_rx_dma, casing the driver to unmap rx_dma when it shouldn't. Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> Acked-by: Anton Vorontsov <cbouatmailru@gmail.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>