From: tushar.behera@linaro.org (Tushar Behera)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM:SAMSUNG: DMA Cleanup as per sparse [re-submit]
Date: Tue, 12 Jul 2011 11:54:37 +0530 [thread overview]
Message-ID: <4E1BE8A5.1010304@linaro.org> (raw)
In-Reply-To: <1310401398-21104-1-git-send-email-sangwook.lee@linaro.org>
On Monday 11 July 2011 09:53 PM, Sangwook Lee wrote:
> Function declaration differs between file: dma.c and file:dma.h
> and SPARSE (Documentation/sparse.txt) gives error messages
>
> All dma channels are members of 'enum dma_ch' and not 'unsigned int'
> Please have a look at channel definitions in:
> arch/arm/mach-s3c64xx/include/mach/dma.h
> arch/arm/plat-samsung/include/plat/s3c-dma-pl330.h
> arch/arm/mach-s3c2410/include/mach/dma.h
> So all arguments should be of type 'enum dma_ch'
>
> Signed-off-by: Sangwook Lee<sangwook.lee@linaro.org>
> ---
> arch/arm/mach-s3c64xx/dma.c | 14 +++++++-------
> arch/arm/plat-s3c24xx/dma.c | 12 ++++++------
> arch/arm/plat-samsung/dma.c | 6 +++---
> arch/arm/plat-samsung/include/plat/dma.h | 21 +++++++++++----------
> 4 files changed, 27 insertions(+), 26 deletions(-)
>
Compilation is ok for following default configs.
s3c2410_defconfig
s3c6400_defconfig
s5p64x0_defconfig
s5pc100_defconfig
s5pv210_defconfig
exynos4_defconfig
--
Tushar Behera
next prev parent reply other threads:[~2011-07-12 6:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-11 16:23 [PATCH] ARM:SAMSUNG: DMA Cleanup as per sparse [re-submit] Sangwook Lee
2011-07-12 6:24 ` Tushar Behera [this message]
2011-07-16 7:06 ` Kukjin Kim
2011-07-16 7:06 ` Kukjin Kim
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=4E1BE8A5.1010304@linaro.org \
--to=tushar.behera@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).