1
0
Fork 0
alistair23-linux/drivers/scsi/arcmsr
Tomas Henzl 87f76152df [SCSI] arcmsr: simplify assumptions in dma_alloc_coherent()
The code currently computes an offset into a dma_alloc_coherent() area
on the assumption that the alignment is imprecise.  In fact, the API
guarantees PAGE_SIZE alignment, so the offset calculation is always
zero: remove it.

[jejb: make description actually descriptive]
Signed-off-by: Tomas henzl <thenzl@redhat.com>
Acked-by: Nick Cheng<nick.cheng@areca.com.tw>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
2011-05-01 16:32:23 -05:00
..
Makefile [SCSI] arcmsr: initial driver, version 1.20.00.13 2006-07-28 14:13:40 -05:00
arcmsr.h [SCSI] arcmsr: Fix the issue of system hangup after commands timeout on ARC-1200 2011-01-24 11:19:59 -06:00
arcmsr_attr.c [SCSI] arcmsr: Fix the issue of system hangup after commands timeout on ARC-1200 2011-01-24 11:19:59 -06:00
arcmsr_hba.c [SCSI] arcmsr: simplify assumptions in dma_alloc_coherent() 2011-05-01 16:32:23 -05:00