From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by casper.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1P8Bj8-0000sY-Le for barebox@lists.infradead.org; Tue, 19 Oct 2010 12:55:40 +0000 From: Sascha Hauer Date: Tue, 19 Oct 2010 14:55:11 +0200 Message-Id: <1287492930-15716-24-git-send-email-s.hauer@pengutronix.de> In-Reply-To: <1287492930-15716-1-git-send-email-s.hauer@pengutronix.de> References: <1287492930-15716-1-git-send-email-s.hauer@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 23/42] ramfs: sparse fixes To: barebox@lists.infradead.org Signed-off-by: Sascha Hauer --- fs/ramfs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/ramfs.c b/fs/ramfs.c index 9ecb824..6222550 100644 --- a/fs/ramfs.c +++ b/fs/ramfs.c @@ -420,7 +420,7 @@ static int ramfs_truncate(struct device_d *dev, FILE *f, ulong size) if (newchunks < oldchunks) { if (!newchunks) - node->data = 0; + node->data = NULL; while (newchunks--) data = data->next; while (data) { -- 1.7.2.3 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox