From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: RE: [PATCH 1/2] Update ts72xx to use generic platform nand driver From: David Woodhouse To: H Hartley Sweeten In-Reply-To: References: <1255260621.16942.38.camel@localhost> <1255509739.32489.123.camel@localhost> <1255675123.32489.310.camel@localhost> Content-Type: text/plain; charset="UTF-8" Date: Fri, 16 Oct 2009 18:20:31 +0100 Message-Id: <1255713631.18879.675.camel@macbook.infradead.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Cc: Matthieu Crapet , linux-mtd@lists.infradead.org, linux-arm-kernel@lists.infradead.org, dedekind1@gmail.com List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2009-10-16 at 13:09 -0400, H Hartley Sweeten wrote: > + pr_warning("ts72xx: Unknown nand disk size:%lluMB\n", size >> 20); If it's >>20, then you mean 'MiB' not 'MB'. -- dwmw2