Re: [PATCH] platform: Print the resource range if device failed to claim

2016-12-22 Thread Mika Westerberg
On Thu, Dec 22, 2016 at 02:19:22AM +0100, Rafael J. Wysocki wrote: > [CC Mika and linux-acpi] > > On Wednesday, December 21, 2016 05:24:55 PM Chen Yu wrote: > > Sometimes we have the following error message: > > platform MSFT0101:00: failed to claim resource 1 > > acpi MSFT0101:00: platform

Re: [PATCH] platform: Print the resource range if device failed to claim

2016-12-22 Thread Mika Westerberg
On Thu, Dec 22, 2016 at 02:19:22AM +0100, Rafael J. Wysocki wrote: > [CC Mika and linux-acpi] > > On Wednesday, December 21, 2016 05:24:55 PM Chen Yu wrote: > > Sometimes we have the following error message: > > platform MSFT0101:00: failed to claim resource 1 > > acpi MSFT0101:00: platform

Re: [PATCH] platform: Print the resource range if device failed to claim

2016-12-21 Thread Chen Yu
Hi, On Thu, Dec 22, 2016 at 02:19:22AM +0100, Rafael J. Wysocki wrote: > [CC Mika and linux-acpi] > > On Wednesday, December 21, 2016 05:24:55 PM Chen Yu wrote: > > Sometimes we have the following error message: > > platform MSFT0101:00: failed to claim resource 1 > > acpi MSFT0101:00: platform

Re: [PATCH] platform: Print the resource range if device failed to claim

2016-12-21 Thread Chen Yu
Hi, On Thu, Dec 22, 2016 at 02:19:22AM +0100, Rafael J. Wysocki wrote: > [CC Mika and linux-acpi] > > On Wednesday, December 21, 2016 05:24:55 PM Chen Yu wrote: > > Sometimes we have the following error message: > > platform MSFT0101:00: failed to claim resource 1 > > acpi MSFT0101:00: platform

Re: [PATCH] platform: Print the resource range if device failed to claim

2016-12-21 Thread Rafael J. Wysocki
[CC Mika and linux-acpi] On Wednesday, December 21, 2016 05:24:55 PM Chen Yu wrote: > Sometimes we have the following error message: > platform MSFT0101:00: failed to claim resource 1 > acpi MSFT0101:00: platform device creation failed: -16 > But there is not enough information to figure out

Re: [PATCH] platform: Print the resource range if device failed to claim

2016-12-21 Thread Rafael J. Wysocki
[CC Mika and linux-acpi] On Wednesday, December 21, 2016 05:24:55 PM Chen Yu wrote: > Sometimes we have the following error message: > platform MSFT0101:00: failed to claim resource 1 > acpi MSFT0101:00: platform device creation failed: -16 > But there is not enough information to figure out

[PATCH] platform: Print the resource range if device failed to claim

2016-12-21 Thread Chen Yu
Sometimes we have the following error message: platform MSFT0101:00: failed to claim resource 1 acpi MSFT0101:00: platform device creation failed: -16 But there is not enough information to figure out which resource range failed to claim. Thus print the resource range at first-place thus

[PATCH] platform: Print the resource range if device failed to claim

2016-12-21 Thread Chen Yu
Sometimes we have the following error message: platform MSFT0101:00: failed to claim resource 1 acpi MSFT0101:00: platform device creation failed: -16 But there is not enough information to figure out which resource range failed to claim. Thus print the resource range at first-place thus