Re: [patch 1/2] kdump: Initialize vmcoreinfo note at startup

From: Michael Holzheu
Date: Wed Sep 21 2011 - 04:49:18 EST


Hello Andrew,

On Tue, 2011-09-20 at 15:59 -0700, Andrew Morton wrote:
> On Tue, 20 Sep 2011 16:34:01 +0200

[snip]

> Michael Holzheu <holzheu@xxxxxxxxxxxxxxxxxx> wrote:
> > -void crash_save_vmcoreinfo(void)
> > +static void update_vmcoreinfo_note(void)
> > {
> > - u32 *buf;
> > + u32 *buf = (u32 *) vmcoreinfo_note;
>
> The cast is unneeded?

Correct. I removed the cast (with the blank :), thanks!

Michael

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/