[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1290128704.1817.56.camel@Joe-Laptop>
Date: Thu, 18 Nov 2010 17:05:04 -0800
From: Joe Perches <joe@...ches.com>
To: Stephen Hemminger <shemminger@...tta.com>
Cc: Nicolas Kaiser <nikai@...ai.net>, Samuel Ortiz <samuel@...tiz.org>,
Kuninori Morimoto <morimoto.kuninori@...esas.com>,
irda-users@...ts.sourceforge.net, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] SuperH IrDA: correct Baud rate error correction
On Thu, 2010-11-18 at 16:41 -0800, Stephen Hemminger wrote:
> On Fri, 19 Nov 2010 01:24:02 +0100
> Nicolas Kaiser <nikai@...ai.net> wrote:
> > u32 rate_err_array[] = {
> > - 0000, 0625, 1250, 1875,
> > + 0, 625, 1250, 1875,
> > 2500, 3125, 3750, 4375,
> > 5000, 5625, 6250, 6875,
> > 7500, 8125, 8750, 9375,
> While you are at it make that table const.
Good find Nicolas.
static const might be better still.
--
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