On Sat, Oct 23, 2010 at 15:38, Sergei Shtylyov wrote: > On 24-10-2010 00:45, Mike Frysinger wrote: >> --- a/drivers/usb/musb/blackfin.c >> +++ b/drivers/usb/musb/blackfin.c >> +#ifdef CONFIG_PM >> +void musb_platform_save_context(struct musb *musb, >> + Â Â Â Â Â Â Â Â Â Â Â struct musb_context_registers *musb_context) >> +{ >> + Â Â Â if (is_host_active(musb)) >> + Â Â Â Â Â Â Â /* >> + Â Â Â Â Â Â Â * During hibernate gpio_vrsel will change from high to low >> which >> + Â Â Â Â Â Â Â * will generate wakeup event resume the system >> immediately. >> + Â Â Â Â Â Â Â * Set it to 0 before hibernate to avoid this wakeup event. >> + Â Â Â Â Â Â Â */ > > Â You still didn't fix the comment style... you havent given any feedback on it. you only pointed out the CONFIG_PM duplication. -mike -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html