Re: [PATCH v3 2/7] scsi: pm: use autosuspend if device supports it
From: Oliver Neukum <hidden>
Date: 2012-07-26 10:45:42
Also in:
linux-scsi, lkml
From: Oliver Neukum <hidden>
Date: 2012-07-26 10:45:42
Also in:
linux-scsi, lkml
On Thursday 26 July 2012 18:05:24 Aaron Lu wrote:
If the device is using autosuspend, when scsi_autopm_put_device is called for it, use autosuspend runtime pm calls instead of the sync call.
What is the purpose of this approach? You need a very good reason to have an API do two different things based on this. Regards Oliver