]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
advansys: Use dma_pool for sg elements
authorHannes Reinecke <hare@suse.de>
Fri, 24 Apr 2015 11:18:25 +0000 (13:18 +0200)
committerJames Bottomley <JBottomley@Odin.com>
Mon, 25 May 2015 19:24:14 +0000 (12:24 -0700)
commit0ce538226b7a9cbddf812ff94d9f94f8445b0eeb
tree8b9eaf0ffd6188eaee45aac4e4ab1de99b65bf8f
parent4b47e464510c524bcf043f0a66172894abf8801a
advansys: Use dma_pool for sg elements

The sg elements should be allocated from a dma pool.
And rename the structure to 'adv_sg_block' as they
are only used by the wide board.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
drivers/scsi/advansys.c