commit | e43eae2ee2081cb3618bd6af0e995525f50aca35 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Feb 04 21:22:08 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 03 15:40:11 2021 -0500 |
tree | 8d382178639e72349395c1d5f36d2e4b518533ac | |
parent | 5935652aa7c2ebd2a0a8467cf46ce17dba176243 [diff] |
gpio: Define the log category in the uclass This uses log_debug(), etc. but does not define the category. Fix this. Signed-off-by: Simon Glass <sjg@chromium.org>