[linux-pm] PowerOp core patch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.


[Index of Archives]     [Linux ACPI]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [CPU Freq]     [Kernel Newbies]     [Fedora Kernel]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux