[PATCH 07/11] pci/hotplug/pnv-php: Improve error msg on power state change failure

2019-09-09 Thread Frederic Barrat
When changing the slot state, if opal hits an error and tells as such in the asynchronous reply, the warning "Wrong msg" is logged, which is rather confusing. Instead we can reuse the better message which is already used when we couldn't submit the asynchronous opal request initially. Signed-off-b

Re: [PATCH 07/11] pci/hotplug/pnv-php: Improve error msg on power state change failure

2019-09-09 Thread Alastair D'Silva
On Mon, 2019-09-09 at 17:45 +0200, Frederic Barrat wrote: > When changing the slot state, if opal hits an error and tells as such > in the asynchronous reply, the warning "Wrong msg" is logged, which > is > rather confusing. Instead we can reuse the better message which is > already used when we co

Re: [PATCH 07/11] pci/hotplug/pnv-php: Improve error msg on power state change failure

2019-11-18 Thread Andrew Donnellan
On 10/9/19 1:45 am, Frederic Barrat wrote: When changing the slot state, if opal hits an error and tells as such in the asynchronous reply, the warning "Wrong msg" is logged, which is rather confusing. Instead we can reuse the better message which is already used when we couldn't submit the async