Re: [PATCH v2] drm/nouveau: handle -EACCES runtime PM return code

2014-02-13 Thread Ben Skeggs
On Wed, Feb 12, 2014 at 3:00 PM, Alexandre Courbot wrote: > pm_runtime_get*() may return -EACCES to indicate a device does not have > runtime PM enabled. This is currently the case with platform devices > on Nouveau, and is not an error in that context. Handle this case > without failure. > > Sign

[PATCH v2] drm/nouveau: handle -EACCES runtime PM return code

2014-02-11 Thread Alexandre Courbot
pm_runtime_get*() may return -EACCES to indicate a device does not have runtime PM enabled. This is currently the case with platform devices on Nouveau, and is not an error in that context. Handle this case without failure. Signed-off-by: Alexandre Courbot --- Changes since v1: - Fixed typo and i