Re: [dpdk-dev] [PATCH v2 1/2] power: fix power management env detection

2020-07-14 Thread Burakov, Anatoly
On 13-Jul-20 4:33 PM, Bruce Richardson wrote: On Mon, Jul 13, 2020 at 03:54:27PM +0100, Anatoly Burakov wrote: Anything coming from sysfs has a newline at the end. Cut it off before comparing the strings. Fixes: 20ab67608a39 ("power: add environment capability probing") Signed-off-by: Anatoly

Re: [dpdk-dev] [PATCH v2 1/2] power: fix power management env detection

2020-07-13 Thread Bruce Richardson
On Mon, Jul 13, 2020 at 03:54:27PM +0100, Anatoly Burakov wrote: > Anything coming from sysfs has a newline at the end. Cut it off before > comparing the strings. > > Fixes: 20ab67608a39 ("power: add environment capability probing") > > Signed-off-by: Anatoly Burakov > Acked-by: David Hunt > --