From: H Hartley Sweeten Date: Tue, 9 Sep 2014 20:05:39 +0000 (-0700) Subject: staging: comedi: adl_pci9118: change type of pci9118_dmabuf 'virt' member X-Git-Tag: fixes-for-v3.18-merge-window~15^2~531 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e652632fc240f4ed40da60ec899cdcf3655afd37;p=pandora-kernel.git staging: comedi: adl_pci9118: change type of pci9118_dmabuf 'virt' member For aesthetics, change the type of this member to avoid the casts when allocating and freeing the DMA buffers. This does introduce a cast in move_block_from_dma() but that cast is cleaner. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed