diff options
author | Simon Baatz <gmbnomis@gmail.com> | 2017-03-27 20:02:07 +0200 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2017-03-29 17:05:34 +0200 |
commit | 675b11d94ce9baa5eb365a51b35d2793f77c8ab8 (patch) | |
tree | 0d880e4b1591a333d4c923bc3c2dd7b63a4be891 /drivers/sfi | |
parent | e713ddd87ccee801be1fd13f478407b1bde93c21 (diff) |
mtd: nand: orion: fix clk handling
The clk handling in orion_nand.c had two problems:
- In the probe function, clk_put() was called for an enabled clock,
which violates the API (see documentation for clk_put() in
include/linux/clk.h)
- In the error path of the probe function, clk_put() could be called
twice for the same clock.
In order to clean this up, use the managed function devm_clk_get() and
store the pointer to the clk in the driver data.
Fixes: baffab28b13120694fa3ebab08d3e99667a851d2 ('ARM: Orion: fix driver probe error handling with respect to clk')
Cc: <stable@vger.kernel.org> # v4.5+
Signed-off-by: Simon Baatz <gmbnomis@gmail.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'drivers/sfi')
0 files changed, 0 insertions, 0 deletions