Commits
Christoph Hellwig committed 8d22022c3a5
scsi: gdth: reuse dma coherent allocation in gdth_show_info gdth_show_info currently allocs and frees a dma buffer four times which isn't very efficient. Reuse a single allocation instead. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>