On 8/18/2023 12:34 PM, Bart Van Assche wrote:
Calls to ufshcd_auto_hibern8_update() are already serialized: this function is either called if user space software is not running (preparing to suspend) or from a single sysfs store callback function. Kernfs serializes sysfs .store() callbacks. No functionality is changed. This patch makes the next patch in this series easier to read.
Reviewed-by: Bao D. Nguyen <quic_nguyenb@xxxxxxxxxxx>