Home
last modified time | relevance | path

Searched refs:restore_ret (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/microchip/lan865x/
H A Dlan865x.c57 int restore_ret; in lan865x_set_hw_macaddr() local
76 restore_ret = lan865x_set_hw_macaddr_low_bytes(priv->tc6, in lan865x_set_hw_macaddr()
78 if (restore_ret) in lan865x_set_hw_macaddr()
79 return restore_ret; in lan865x_set_hw_macaddr()
/linux/drivers/power/supply/
H A Dmax17042_battery.c985 int restore_ret; in max17055_init_chip() local
1039 restore_ret = max17055_restore_hibernate(chip); in max17055_init_chip()
1040 if (restore_ret) in max17055_init_chip()
1041 return restore_ret; in max17055_init_chip()