Loading drivers/regulator/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -2894,7 +2894,7 @@ int regulator_mode_to_status(unsigned int mode) return REGULATOR_STATUS_NORMAL; case REGULATOR_MODE_IDLE: return REGULATOR_STATUS_IDLE; case REGULATOR_STATUS_STANDBY: case REGULATOR_MODE_STANDBY: return REGULATOR_STATUS_STANDBY; default: return 0; Loading Loading
drivers/regulator/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -2894,7 +2894,7 @@ int regulator_mode_to_status(unsigned int mode) return REGULATOR_STATUS_NORMAL; case REGULATOR_MODE_IDLE: return REGULATOR_STATUS_IDLE; case REGULATOR_STATUS_STANDBY: case REGULATOR_MODE_STANDBY: return REGULATOR_STATUS_STANDBY; default: return 0; Loading