]> git.dujemihanovic.xyz Git - u-boot.git/commit
gpio: Define the log category in the uclass
authorSimon Glass <sjg@chromium.org>
Fri, 5 Feb 2021 04:22:08 +0000 (21:22 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 3 Mar 2021 20:40:11 +0000 (15:40 -0500)
commitbe04f1ab4291c724a65d86a743b8b7938f15a54c
tree8d382178639e72349395c1d5f36d2e4b518533ac
parentd638a183572dd58899250deb6b5ea2009ce05dc3
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>
drivers/gpio/gpio-uclass.c