[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20080131150016.GE27855@elte.hu>
Date: Thu, 31 Jan 2008 16:00:16 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Harvey Harrison <harvey.harrison@...il.com>
Cc: "H. Peter Anvin" <hpa@...or.com>,
Thomas Gleixner <tglx@...utronix.de>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] x86: fix small sparse warning
* Harvey Harrison <harvey.harrison@...il.com> wrote:
> arch/x86/kernel/ds.c:226:9: warning: Using plain integer as NULL
> pointer
> kfree(*dsp);
> - *dsp = 0;
> + *dsp = NULL;
thanks, applied.
Ingo
--
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