Re: [PATCH 3/3] STAGING: COMEDI: Using kernel types in plx9080.h

From: Moritz Fischer
Date: Wed Dec 16 2015 - 14:39:28 EST


On Wed, Dec 16, 2015 at 10:42 AM, Ian Abbott <abbotti@xxxxxxxxx> wrote:
> On 12/12/15 17:09, Moritz KÃnig wrote:
>>
>> This patch makes plx9080.h use kernel types.
>>
>> Signed-off-by: Moritz KÃnig <moritz.koenig@xxxxxx>
>> Signed-off-by: Fabian Lang <fabian.lang@xxxxxx>
>> ---
>> drivers/staging/comedi/drivers/plx9080.h | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/staging/comedi/drivers/plx9080.h
>> b/drivers/staging/comedi/drivers/plx9080.h
>> index f0af013..b7754c9 100644
>> --- a/drivers/staging/comedi/drivers/plx9080.h
>> +++ b/drivers/staging/comedi/drivers/plx9080.h
>> @@ -441,7 +441,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;
>>
>>
>
> Thanks!
>
> Reviewed-by: Ian Abbott <abbotti@xxxxxxxxx>
Acked-by: Moritz Fischer <moritz.fischer@xxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/