Commit f6e9b914 authored by Moritz König's avatar Moritz König Committed by Greg Kroah-Hartman

STAGING: COMEDI: Using kernel types in plx9080.h

This patch makes plx9080.h use kernel types.
Signed-off-by: default avatarMoritz König <moritz.koenig@fau.de>
Signed-off-by: default avatarFabian Lang <fabian.lang@fau.de>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Acked-by: default avatarMoritz Fischer <moritz.fischer@ettus.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e0bcce6b
......@@ -417,7 +417,7 @@ enum bigend_bits {
static inline int plx9080_abort_dma(void __iomem *iobase, unsigned int channel)
{
void __iomem *dma_cs_addr;
uint8_t dma_status;
u8 dma_status;
const int timeout = 10000;
unsigned int i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment