Merge remote-tracking branches 'regulator/topic/sky81452' and 'regulator/topic/stub' into regulator-next
This commit is contained in:
commit
176488fbc1
4 changed files with 17 additions and 43 deletions
|
@ -288,7 +288,7 @@ devm_regulator_get(struct device *dev, const char *id)
|
|||
static inline struct regulator *__must_check
|
||||
regulator_get_exclusive(struct device *dev, const char *id)
|
||||
{
|
||||
return NULL;
|
||||
return ERR_PTR(-ENODEV);
|
||||
}
|
||||
|
||||
static inline struct regulator *__must_check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue