From be04f1ab4291c724a65d86a743b8b7938f15a54c Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 4 Feb 2021 21:22:08 -0700 Subject: 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 --- drivers/gpio/gpio-uclass.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/gpio') diff --git a/drivers/gpio/gpio-uclass.c b/drivers/gpio/gpio-uclass.c index f8256786c5..729e41033b 100644 --- a/drivers/gpio/gpio-uclass.c +++ b/drivers/gpio/gpio-uclass.c @@ -3,6 +3,8 @@ * Copyright (c) 2013 Google, Inc */ +#define LOG_CATEGORY UCLASS_GPIO + #include #include #include -- cgit v1.2.3