1. NAME

devm_regulator_put - Resource managed regulator_put

2. SYNOPSIS

void devm_regulator_put(struct regulator *  regulator );

3. ARGUMENTS

regulator
    regulator to free

4. 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.

5. AUTHORS

Liam Girdwood <>
    Author.

Mark Brown <>
Wolfson Microelectronics,
    Author.

6. COPYRIGHT