dm: syscon: Set LOG_CATEGORY
We call log_debug, but do not have a category set. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
0f0f4e5feb
commit
4d55155f6c
@ -4,6 +4,8 @@
|
||||
* Written by Simon Glass <sjg@chromium.org>
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY UCLASS_SYSCON
|
||||
|
||||
#include <common.h>
|
||||
#include <log.h>
|
||||
#include <syscon.h>
|
||||
|
Loading…
Reference in New Issue
Block a user