[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4EBECBA2.1030606@newsguy.com>
Date: Sat, 12 Nov 2011 11:40:18 -0800
From: Mike Dunn <mikedunn@...sguy.com>
To: Robert Jarzmik <robert.jarzmik@...e.fr>
CC: dwmw2@...radead.org, dedekind1@...il.com,
linux-mtd@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 04/16] mtd/docg3: fix BCH registers
On 11/10/2011 12:05 AM, Robert Jarzmik wrote:
> -#define DOC_BCH_SYNDROM(idx) (0x1048 + (idx << 1))
> +#define DOC_BCH_SYNDROM(idx) (0x1048 + (idx << 0))
Minor nit: why the 0, and not just (0x1048 + idx) ?
Mike
--
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