commit | 571462e3ce7a2f13b49b7eeca9cd0c4c91d9f1e9 | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dariobin@libero.it> | Wed Dec 30 00:06:38 2020 +0100 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Tue Jan 12 10:58:04 2021 +0530 |
tree | 6610f3b903b3ce6485295a3fc303dacf6d55c4ce | |
parent | 2180d80a8ae5b4eb9190465a2019442f78ea0954 [diff] |
ti: am33xx: fix do_enable_clocks() to accept NULL parameters Up till this commit passing NULL as input parameter was allowed, but not handled properly. When a NULL parameter was passed to the function a data abort was raised. Signed-off-by: Dario Binacchi <dariobin@libero.it> Reviewed-by: Simon Glass <sjg@chromium.org>