On Sun, May 04, 2025 at 02:34:44PM +0530, Raag Jadav wrote: > If error flags are set on an AER capable device, most likely either the > device recovery is in progress or has already failed. Neither of the > cases are well suited for power state transition of the device, since > this can lead to unpredictable consequences like resume failure, or in > worst case the device is lost because of it. Leave the device in its > existing power state to avoid such issues. Have you witnessed this on a particular platform / hardware combination? If so, it would be good to mention it. If I'd happen to find this commit in the future through "git blame", that's the first question that would come to mind: How and on what hardware was this actually triggered, how can I reproduce it. > + /* > + * If error flags are set on an AER capable device, most likely either > + * the device recovery is in progress or has already failed. Neither of > + * the cases are well suited for power state transition of the device, > + * since this can lead to unpredictable consequences like resume > + * failure, or in worst case the device is lost because of it. Leave the > + * device in its existing power state to avoid such issues. > + */ That's quite verbose and merely a 1:1 repetition of the commit message. I'd recommend a more condensed code comment and anyone interested in further details may look them up in the commit message. Thanks, Lukas