commit | e033c180d0327e8fa791660ae26cdebd5e400153 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Aug 01 07:58:44 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 02 16:21:44 2022 -0400 |
tree | 5c67d4a30c54411b58c3f420f0a681ee2ac3c1df | |
parent | 1aa168ca8fa472620a0aa72ff10b6eb4d0414e03 [diff] |
dm: rtc: Make use of ut_assertnonnull() Use this (newish) macro since it is designed for the purpose of making sure things are non-NULL. Signed-off-by: Simon Glass <sjg@chromium.org>