mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Cc: Jaroslav Kysela <perex@perex.cz>,
	alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 4/5] sound: pci: ctxfi: cthw20k2.c: sparse warning of incorrect type
Date: Mon, 22 Sep 2014 09:10:03 +0200	[thread overview]
Message-ID: <s5h38bk6shg.wl-tiwai@suse.de> (raw)
In-Reply-To: <1411315421-24138-4-git-send-email-sudipm.mukherjee@gmail.com>

At Sun, 21 Sep 2014 21:33:40 +0530,
Sudip Mukherjee wrote:
> 
> fixed sparse warning of incorrect type (different address spaces)

Better to rather fix the type of hw.base_mem field.

Last but not least, try to align the subject line with other commits
to this driver.  See git log and compare with yours.


thanks,

Takashi

> 
> Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
> ---
>  sound/pci/ctxfi/cthw20k2.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/sound/pci/ctxfi/cthw20k2.c b/sound/pci/ctxfi/cthw20k2.c
> index 665eeb2..25ef60b 100644
> --- a/sound/pci/ctxfi/cthw20k2.c
> +++ b/sound/pci/ctxfi/cthw20k2.c
> @@ -2112,7 +2112,7 @@ static int hw_card_shutdown(struct hw *hw)
>  	hw->irq	= -1;
>  
>  	if (hw->mem_base)
> -		iounmap((void *)hw->mem_base);
> +		iounmap((void __iomem *)hw->mem_base);
>  
>  	hw->mem_base = (unsigned long)NULL;
>  
> @@ -2234,12 +2234,12 @@ static int hw_resume(struct hw *hw, struct card_conf *info)
>  
>  static u32 hw_read_20kx(struct hw *hw, u32 reg)
>  {
> -	return readl((void *)(hw->mem_base + reg));
> +	return readl((void __iomem *)(hw->mem_base + reg));
>  }
>  
>  static void hw_write_20kx(struct hw *hw, u32 reg, u32 data)
>  {
> -	writel(data, (void *)(hw->mem_base + reg));
> +	writel(data, (void __iomem *)(hw->mem_base + reg));
>  }
>  
>  static struct hw ct20k2_preset = {
> -- 
> 1.8.1.2
> 

  reply	other threads:[~2014-09-22  7:10 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-21 16:03 [PATCH v3 1/5] sound: pci: ctxfi: added reference of snd_card Sudip Mukherjee
2014-09-21 16:03 ` [PATCH v3 2/5] sound: pci: ctxfi: ctatc.c: added reference to card Sudip Mukherjee
2014-09-21 16:03 ` [PATCH v3 3/5] sound: pci: ctxfi: pr_* replaced with dev_* Sudip Mukherjee
2014-09-22  7:08   ` Takashi Iwai
2014-09-22  8:08     ` Sudip Mukherjee
2014-09-21 16:03 ` [PATCH v3 4/5] sound: pci: ctxfi: cthw20k2.c: sparse warning of incorrect type Sudip Mukherjee
2014-09-22  7:10   ` Takashi Iwai [this message]
2014-09-22  8:09     ` Sudip Mukherjee
2014-09-21 16:03 ` [PATCH v3 5/5] sound: pci: ctxfi: cthw20k1.c: " Sudip Mukherjee
2014-09-22  7:04 ` [PATCH v3 1/5] sound: pci: ctxfi: added reference of snd_card Takashi Iwai
2014-09-22  8:15   ` Sudip Mukherjee
2014-09-22  8:21     ` Takashi Iwai
2014-09-22  8:46       ` Sudip Mukherjee

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=s5h38bk6shg.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perex@perex.cz \
    --cc=sudipm.mukherjee@gmail.com \
    /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

all inboxes | Powered by JetHome®