All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Abbott <abbotti@mev.co.uk>
To: "Moritz König" <moritz.koenig@fau.de>,
	"H Hartley Sweeten" <hsweeten@visionengravers.com>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Cc: Fabian Lang <fabian.lang@fau.de>, linux-kernel@i4.cs.fau.de
Subject: Re: [PATCH 3/3] STAGING: COMEDI: Using kernel types in plx9080.h
Date: Wed, 16 Dec 2015 18:42:36 +0000	[thread overview]
Message-ID: <5671B09C.6050604@mev.co.uk> (raw)
In-Reply-To: <51b65d4fa291e52e116bfd99d749ff25c82b12f8.1449939684.git.moritz.koenig@fau.de>

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@fau.de>
> Signed-off-by: Fabian Lang <fabian.lang@fau.de>
> ---
>   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@mev.co.uk>

-- 
-=( Ian Abbott @ MEV Ltd.    E-mail: <abbotti@mev.co.uk> )=-
-=(                          Web: http://www.mev.co.uk/  )=-

  reply	other threads:[~2015-12-16 18:42 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-12 17:09 [PATCH 0/3] STAGING: COMEDI: checkpatch.pl cleanups in plx9080.h Moritz König
2015-12-12 17:09 ` [PATCH 1/3] STAGING: COMEDI: Fixed format of comments " Moritz König
2015-12-16 18:41   ` Ian Abbott
2015-12-17 15:53     ` [PATCH v2 0/3] STAGING: COMEDI: checkpatch.pl cleanups " Moritz König
2015-12-17 15:53       ` [PATCH v2 1/3] STAGING: COMEDI: Fixed format of comments " Moritz König
2015-12-17 19:06         ` Ian Abbott
2015-12-17 15:53       ` [PATCH v2 2/3] STAGING: COMEDI: Added spaces around binary operators " Moritz König
2015-12-17 15:53       ` [PATCH v2 3/3] STAGING: COMEDI: Using kernel types " Moritz König
2015-12-12 17:09 ` [PATCH 2/3] STAGING: COMEDI: Added spaces around binary operators " Moritz König
2015-12-16 18:41   ` Ian Abbott
2015-12-12 17:09 ` [PATCH 3/3] STAGING: COMEDI: Using kernel types " Moritz König
2015-12-16 18:42   ` Ian Abbott [this message]
2015-12-16 19:39     ` Moritz Fischer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5671B09C.6050604@mev.co.uk \
    --to=abbotti@mev.co.uk \
    --cc=devel@driverdev.osuosl.org \
    --cc=fabian.lang@fau.de \
    --cc=gregkh@linuxfoundation.org \
    --cc=hsweeten@visionengravers.com \
    --cc=linux-kernel@i4.cs.fau.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=moritz.koenig@fau.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.