commit | f04dfff301278f8f84dca1d56817f1e667441ef8 | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Fri Jun 11 11:45:08 2021 +0300 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Fri Jun 11 16:34:52 2021 +0530 |
tree | 951774dcb8e1ba683a236b5007a34073644b6f5c | |
parent | 1a22ebaf9739b294f6e859c330a8d49639e6bcbc [diff] |
clk: do not attempt to fetch clock pointer with null device Bail out early if device returned for the parent clock is null. This avoids warning prints like this when doing clk dump: dev_get_uclass_priv: null device Signed-off-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Tero Kristo <kristo@kernel.org>