Skip to content
Snippets Groups Projects
Commit e32ec657 authored by Finn Thain's avatar Finn Thain Committed by Martin K. Petersen
Browse files

scsi: jazz_esp, sun3x_esp: Pass struct device pointer in dma calls


In jazz_esp and sun3x_esp, the esp_driver_ops methods pass esp->dev in
dma api calls as if it was a pointer to a struct device. But it actually
points to a struct platform_device. Fix this.

Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: default avatarFinn Thain <fthain@telegraphics.com.au>
Reviewed-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 40ec66b1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment