linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stanislaw Gruszka <sgruszka@redhat.com>
To: Larry Finger <Larry.Finger@lwfinger.net>
Cc: John W Linville <linville@tuxdriver.com>,
	george0505@realtek.com, chaoming_li@realsil.com.cn,
	linux-wireless@vger.kernel.org
Subject: Re: [PATCH 1/6] rtlwifi: Modify core routines
Date: Mon, 7 Feb 2011 16:05:49 +0100	[thread overview]
Message-ID: <20110207150549.GB2319@redhat.com> (raw)
In-Reply-To: <4d4eebff.7tS1Lx4qGh4/R4P2%Larry.Finger@lwfinger.net>

>  static inline u8 pci_read8_sync(struct rtl_priv *rtlpriv, u32 addr)
>  {
> -	return 0xff & readb((u8 *) rtlpriv->io.pci_mem_start + addr);
> +	return 0xff & readb((u8 __iomem *) rtlpriv->io.pci_mem_start + addr);

Remove 0xff

      reply	other threads:[~2011-02-07 15:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-06 18:44 [PATCH 1/6] rtlwifi: Modify core routines Larry Finger
2011-02-07 15:05 ` Stanislaw Gruszka [this message]

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=20110207150549.GB2319@redhat.com \
    --to=sgruszka@redhat.com \
    --cc=Larry.Finger@lwfinger.net \
    --cc=chaoming_li@realsil.com.cn \
    --cc=george0505@realtek.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.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;
as well as URLs for NNTP newsgroup(s).