On 11/02/08 19:10 -0800, Chris Kilgour wrote: > > [openvsa] > provide default pointer initializer to avoid compiler warning > > Signed-off by: Chris Kilgour <[EMAIL PROTECTED]>
Acked-by: Jordan Crouse <[EMAIL PROTECTED]> > Index: sysmgr/timeout.c > =================================================================== > --- sysmgr/timeout.c (revision 4) > +++ sysmgr/timeout.c (working copy) > @@ -369,7 +369,7 @@ > UCHAR i, j, k; > MBIU_INFO *MbiuPtr; > register DESCRIPTOR *Descr = (DESCRIPTOR *) 0; > - register PHYSICAL_COUNTERS *PhysPtr; > + register PHYSICAL_COUNTERS *PhysPtr = (PHYSICAL_COUNTERS *) 0; > register LOGICAL_COUNTERS *LogicalPtr; > > Flags = (ULONG) Attr << 16; > -- > coreboot mailing list > [email protected] > http://www.coreboot.org/mailman/listinfo/coreboot -- Jordan Crouse Systems Software Development Engineer Advanced Micro Devices, Inc. -- coreboot mailing list [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

