Re: [linux-pm] [PATCH 5/5] [pci pm] Make pci_choose_state() use the real device state requested

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

 



Hi!

>  	case PM_EVENT_FREEZE:
>  	case PM_EVENT_SUSPEND:
> -		return PCI_D3hot;
> +		if (msg.state && msg.state <= PCI_D3hot)
> +			state = msg.state;
> +		break;
>  	default:

Silently ignores wrong value passed-in by user. Not nice...
				Pavel

-- 
64 bytes from 195.113.31.123: icmp_seq=28 ttl=51 time=448769.1 ms         

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux