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 at linux.vnet.ibm.com> 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