Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934490AbbLPSmm (ORCPT ); Wed, 16 Dec 2015 13:42:42 -0500 Received: from smtp73.iad3a.emailsrvr.com ([173.203.187.73]:58299 "EHLO smtp73.iad3a.emailsrvr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934208AbbLPSml (ORCPT ); Wed, 16 Dec 2015 13:42:41 -0500 X-Auth-ID: abbotti@mev.co.uk X-Sender-Id: abbotti@mev.co.uk Subject: Re: [PATCH 3/3] STAGING: COMEDI: Using kernel types in plx9080.h To: =?UTF-8?Q?Moritz_K=c3=b6nig?= , H Hartley Sweeten , Greg Kroah-Hartman , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org References: <51b65d4fa291e52e116bfd99d749ff25c82b12f8.1449939684.git.moritz.koenig@fau.de> Cc: Fabian Lang , linux-kernel@i4.cs.fau.de From: Ian Abbott Message-ID: <5671B09C.6050604@mev.co.uk> Date: Wed, 16 Dec 2015 18:42:36 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <51b65d4fa291e52e116bfd99d749ff25c82b12f8.1449939684.git.moritz.koenig@fau.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1221 Lines: 36 On 12/12/15 17:09, Moritz König wrote: > This patch makes plx9080.h use kernel types. > > Signed-off-by: Moritz König > Signed-off-by: Fabian Lang > --- > 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 -- -=( Ian Abbott @ MEV Ltd. E-mail: )=- -=( Web: http://www.mev.co.uk/ )=- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/