commit | 52b26d9de10306839c3d54090655b118460737e7 | [log] [tgz] |
---|---|---|
author | Neil Armstrong <narmstrong@baylibre.com> | Tue Apr 17 11:30:31 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 17 17:45:08 2018 -0400 |
tree | 824622ee9450245208b4ef056c2267079559b635 | |
parent | 6acc49a2779d943dc696592e31aafbbb79fa258b [diff] |
clk: fix clk_get_bulk when phandle error This fixes the Coverity Defect CID 175347 when dev_count_phandle_with_args() returns a negative value. Fixes: a855be87da49 ("clk: Add get/enable/disable/release for a bulk of clocks") Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>