spi/davinci: Fix DMA API usage in davinci
authorShubhrajyoti D <shubhrajyoti@ti.com>
Tue, 20 Mar 2012 10:40:09 +0000 (16:10 +0530)
committerGrant Likely <grant.likely@secretlab.ca>
Fri, 30 Mar 2012 22:46:22 +0000 (16:46 -0600)
commit9232b9b1b57dc5c01f435433e70e26c122bf4e44
tree90882d75beac87a21680d3501263bcbb00d6b8b0
parent327ef2e9048a5e39bf84d7f17f78a87e7a068742
spi/davinci: Fix DMA API usage in davinci

The driver uses NULL for dma_unmap_single instead of
the struct device that the API expects.

Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Tested-by: Akshay Shankarmurthy <akshay.s@ti.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spi-davinci.c