commit | 92c2b671848e7816455ba5374e98913d920f3257 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Fri Dec 30 10:37:31 2016 -0800 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Jan 09 19:41:07 2017 +0100 |
tree | a28248ac8382d86bf500416d99232c2ee095e816 | |
parent | d83bb5a46dedc39a1226272bec4eb47867ba25d4 [diff] |
pinctrl: core: Make dt_free_map optional If the pin controller driver is using devm_kzalloc, there may not be anything to do for dt_free_map. Let's make it optional to avoid unncessary boilerplate code. Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>