From: H Hartley Sweeten Date: Mon, 12 Jan 2015 17:56:15 +0000 (-0700) Subject: staging: comedi: das16: board is not a PCI device X-Git-Tag: fixes-v4.0-rc1~99^2~401 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed07758759ad3fd2b7b18a1f821c2ad7e84376d0;p=pandora-kernel.git staging: comedi: das16: board is not a PCI device The DAS16 board is an ISA device not a PCI device. For aesthetics, use dma_{alloc,free}_coherent() to allocate and free the DMA buffers instead of the PCI versions. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed