All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Ball <cjb@laptop.org>
To: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <festevam@gmail.com>,
	linux-mmc@vger.kernel.org,
	Fabio Estevam <fabio.estevam@freescale.com>
Subject: Re: [PATCH] mmc: mxs-mmc: Fix warning due to incorrect type
Date: Mon, 28 Jan 2013 15:48:45 -0500	[thread overview]
Message-ID: <87wqux824y.fsf@laptop.org> (raw)
In-Reply-To: <201301080757.29584.marex@denx.de> (Marek Vasut's message of "Tue, 8 Jan 2013 07:57:29 +0100")

Hi,

On Tue, Jan 08 2013, Marek Vasut wrote:
>> Fixes the following warning when building with W=1 option:
>> 
>> drivers/mmc/host/mxs-mmc.c: In function 'mxs_mmc_adtc':
>> drivers/mmc/host/mxs-mmc.c:401:2: warning: comparison between signed and
>> unsigned integer expressions [-Wsign-compare]
>> 
>> The warning happens because 'i' is used in 'for_each_sg(sgl, sg, sg_len,
>> i)' and should be made unsigned.
>> 
>> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>
> Nice
>
> Acked-by: Marek Vasut <marex@denx.de>

Thanks, pushed to mmc-next for 3.9.

- Chris.
-- 
Chris Ball   <cjb@laptop.org>   <http://printf.net/>
One Laptop Per Child

      reply	other threads:[~2013-01-28 20:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-08  0:42 [PATCH] mmc: mxs-mmc: Fix warning due to incorrect type Fabio Estevam
2013-01-08  6:57 ` Marek Vasut
2013-01-28 20:48   ` Chris Ball [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=87wqux824y.fsf@laptop.org \
    --to=cjb@laptop.org \
    --cc=fabio.estevam@freescale.com \
    --cc=festevam@gmail.com \
    --cc=linux-mmc@vger.kernel.org \
    --cc=marex@denx.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.