From patchwork Wed Jun 24 21:39:09 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thadeu Lima de Souza Cascardo X-Patchwork-Id: 29144 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by bilbo.ozlabs.org (Postfix) with ESMTPS id C8909B7085 for ; Thu, 25 Jun 2009 07:41:29 +1000 (EST) Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1MJaBm-0002La-Q1; Wed, 24 Jun 2009 21:39:30 +0000 Received: from liberdade.minaslivre.org ([72.232.18.203]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1MJaBc-0002L9-Un for linux-mtd@lists.infradead.org; Wed, 24 Jun 2009 21:39:27 +0000 Received: from vespa.holoscopio.com (unknown [201.7.142.10]) by liberdade.minaslivre.org (Postfix) with ESMTPSA id 0F731198189; Wed, 24 Jun 2009 18:56:35 -0300 (BRT) Received: by vespa.holoscopio.com (Postfix, from userid 1000) id 2C7B8C57F; Wed, 24 Jun 2009 18:39:11 -0300 (BRT) From: Thadeu Lima de Souza Cascardo To: linux-kernel@vger.kernel.org Subject: [PATCH 1/2] Use 64-bit format when printing a debug message. Date: Wed, 24 Jun 2009 18:39:09 -0300 Message-Id: <1245879549-10286-1-git-send-email-cascardo@holoscopio.com> X-Mailer: git-send-email 1.6.3 X-Spam-Score: 0.0 (/) Cc: linux-mtd@lists.infradead.org, dwmw2@infradead.org, ext-adrian.hunter@nokia.com, Thadeu Lima de Souza Cascardo X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org This commit 69423d99fc182a81f3c5db3eb5c140acc6fc64be has changed some structure values to 64-bit and has not updated this debug message, since it's not built by default. Signed-off-by: Thadeu Lima de Souza Cascardo --- drivers/mtd/cmdlinepart.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/cmdlinepart.c b/drivers/mtd/cmdlinepart.c index 5011fa7..1479da6 100644 --- a/drivers/mtd/cmdlinepart.c +++ b/drivers/mtd/cmdlinepart.c @@ -194,7 +194,7 @@ static struct mtd_partition * newpart(char *s, parts[this_part].name = extra_mem; extra_mem += name_len + 1; - dbg(("partition %d: name <%s>, offset %x, size %x, mask flags %x\n", + dbg(("partition %d: name <%s>, offset %llx, size %llx, mask flags %x\n", this_part, parts[this_part].name, parts[this_part].offset,