Name

devm_regulator_put — Resource managed regulator_put

Synopsis

void fsfuncdevm_regulator_put (struct regulator * regulator);
 

Arguments

regulator

regulator to free

Description

Deallocate a regulator allocated with devm_regulator_get. Normally this function will not need to be called and the resource management code will ensure that the resource is freed.