commit | 5ac382c311fc12ccfb74832afe545ce8c38cc459 | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Sat May 02 17:03:22 2015 +0200 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Tue May 05 17:43:57 2015 +0200 |
tree | 6f7c3a313d5c6691b06351e938f00fbd81e1789f | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 [diff] |
clk: sunxi: Fix of_io_request_and_map error check of_io_request_and map returns an error pointer, but the current code assumes that on error the returned pointer will be NULL. Obviously, that makes the check completely useless. Change the test to actually check for the proper error code. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Cc: Mike Turquette <mturquette@linaro.org> Cc: Stephen Boyd <sboyd@codeaurora.org> Cc: linux-clk@vger.kernel.org