Searched refs:soft_wakeup_ret (Results 1 – 1 of 1) sorted by relevance
967 int soft_wakeup_ret; in max17055_restore_hibernate() local969 soft_wakeup_ret = regmap_write(chip->regmap, MAX17055_SoftWakeup, 0); in max17055_restore_hibernate()973 if (!soft_wakeup_ret && !restore_hib_ret) in max17055_restore_hibernate()976 return soft_wakeup_ret ?: restore_hib_ret; in max17055_restore_hibernate()