Hi! > -decl_subsys(power,NULL,NULL); > +static ssize_t supported_states_show(struct subsystem * subsys, char * > buf) > +{ > + struct powerop *this, *next; > + struct list_head *head = &pm_states.list; > + const char *header = "< Name > <Frequency> <Voltage> > <Transition Latency> < Description >\n"; > + char * s = buf; > + > + s += sprintf(s, "%s", header); This was NAKed before. What is point in resending same broken patch again and again? -- Thanks for all the (sleeping) penguins.