commit | fb8ed2ca432443ef1898aad7501c6e63c5c94f8e | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Tue Mar 21 11:04:03 2017 +0100 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Thu Mar 23 11:11:31 2017 +0100 |
tree | 8e40acecb122a58c758803fbbdf900f2fea0afcc | |
parent | a1b1e1d5bdfe79e3d3b28387dd43bb16531be5a4 [diff] |
mtd: nand: fsmc: use devm_clk_get() This commit switches the fsmc_nand driver from clk_get() to devm_clk_get(), which saves a few clk_put(). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>