Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1290238 > unrolled thread
| Started by | Moritz König <moritz.koenig@fau.de> |
|---|---|
| First post | 2015-12-12 18:20 +0100 |
| Last post | 2015-12-16 20:40 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 3/3] STAGING: COMEDI: Using kernel types in plx9080.h Moritz König <moritz.koenig@fau.de> - 2015-12-12 18:20 +0100
Re: [PATCH 3/3] STAGING: COMEDI: Using kernel types in plx9080.h Ian Abbott <abbotti@mev.co.uk> - 2015-12-16 19:50 +0100
Re: [PATCH 3/3] STAGING: COMEDI: Using kernel types in plx9080.h Moritz Fischer <moritz.fischer@ettus.com> - 2015-12-16 20:40 +0100
| From | Moritz König <moritz.koenig@fau.de> |
|---|---|
| Date | 2015-12-12 18:20 +0100 |
| Subject | [PATCH 3/3] STAGING: COMEDI: Using kernel types in plx9080.h |
| Message-ID | <qEVZT-50C-7@gated-at.bofh.it> |
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;
--
1.9.1
--
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/
[toc] | [next] | [standalone]
| From | Ian Abbott <abbotti@mev.co.uk> |
|---|---|
| Date | 2015-12-16 19:50 +0100 |
| Message-ID | <qGpjc-5qi-5@gated-at.bofh.it> |
| In reply to | #1290238 |
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/ )=-
--
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/
[toc] | [prev] | [next] | [standalone]
| From | Moritz Fischer <moritz.fischer@ettus.com> |
|---|---|
| Date | 2015-12-16 20:40 +0100 |
| Message-ID | <qGq5A-5XV-13@gated-at.bofh.it> |
| In reply to | #1293304 |
On Wed, Dec 16, 2015 at 10:42 AM, Ian Abbott <abbotti@mev.co.uk> 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@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>
Acked-by: Moritz Fischer <moritz.fischer@ettus.com>
--
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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web