commit | d8e53c3deb46ec5b45bd7f5e1cc8ff8d35ec92ba | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Fri Jun 13 16:36:31 2014 -0700 |
committer | Mike Turquette <mturquette@linaro.org> | Thu Jun 26 12:55:03 2014 -0700 |
tree | 319899dbaf561aef5f59852f57016c29bc3890f3 | |
parent | a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee [diff] |
clkdev: Don't print errors on probe defer This error message can spam the logs if you have lots of probe deferals due to missing clocks. Just silence the error in this case because the driver should try again later. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Mike Turquette <mturquette@linaro.org>