commit | f814bfd765218908b23e21ca7f0b6f403fb88972 | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Sat Oct 01 00:56:37 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 03 02:03:27 2016 -0400 |
tree | b2a681cebc8b41c3bb2b55a575953c74bb5b1aa3 | |
parent | 7667d445fa9e84be028d2f658c537f4f5584d250 [diff] |
net: mvmdio: do not clk_disable_unprepare() NULL clock There is no need to clk_disable_unprepare(dev->clk) before it was initialized. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: David S. Miller <davem@davemloft.net>