[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080511164335.GA19745@martell.zuzino.mipt.ru>
Date: Sun, 11 May 2008 20:43:35 +0400
From: Alexey Dobriyan <adobriyan@...il.com>
To: Julia Lawall <julia@...u.dk>
Cc: perex@...ex.cz, ricardo@...rybox.net, linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org
Subject: Re: [PATCH 1/4] sound/isa: use unsigned for loop index
On Sun, May 11, 2008 at 02:50:33PM +0200, Julia Lawall wrote:
> A few more cases in the spirit of the patch "Trivial: Replacement of always
> >0 ints with unsigned ints" submitted by Ricardo Martins <ricardo@...rybox.net>
And rationale for those would be ...?
> --- a/sound/isa/es1688/es1688_lib.c
> +++ b/sound/isa/es1688/es1688_lib.c
> @@ -101,7 +101,7 @@ static unsigned char snd_es1688_mixer_re
>
> static int snd_es1688_reset(struct snd_es1688 *chip)
> {
> - int i;
> + unsigned int i;
>
> outb(3, ES1688P(chip, RESET)); /* valid only for ESS chips, SB -> 1 */
> udelay(10);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists