Hello Teerth, On Wed, 13 Jan 2010, Reddy, Teerth wrote: > > -----Original Message----- > > From: Paul Walmsley [mailto:paul@xxxxxxxxx] > > > Your changes - > > +/* Function for SDRC config for warm reset */ > > +static u32 (*_omap3_sram_warmreset)(void); > > + > > +void omap3_warmreset() > > +{ > > + if (WARN_ON(!_omap3_sram_warmreset)) > > + return; > > + > > + return; > > +} > > The compile warning is due to the return; I had here. I think I might > still want to have this function as u32. Why? - Paul -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html