Skip to content

Commit

Permalink
STAGING: COMEDI: Using kernel types in plx9080.h
Browse files Browse the repository at this point in the history
This patch makes plx9080.h use kernel types.

Signed-off-by: Moritz König <moritz.koenig@fau.de>
Signed-off-by: Fabian Lang <fabian.lang@fau.de>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Acked-by: Moritz Fischer <moritz.fischer@ettus.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Moritz König authored and Greg Kroah-Hartman committed Dec 22, 2015
1 parent e0bcce6 commit f6e9b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/comedi/drivers/plx9080.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f6e9b91

Please sign in to comment.