Re: [PATCH 01/13] log: Add a category for filesystems

2023-02-07 Thread Tom Rini
On Sat, Jan 28, 2023 at 03:00:16PM -0700, Simon Glass wrote: > Sometimes it is useful to log things related to filesystems. Add a new > category and place it at the top of one of the FAT files. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description

[PATCH 01/13] log: Add a category for filesystems

2023-01-28 Thread Simon Glass
Sometimes it is useful to log things related to filesystems. Add a new category and place it at the top of one of the FAT files. Signed-off-by: Simon Glass --- common/log.c | 1 + fs/fat/fat_write.c | 2 ++ include/log.h | 2 ++ 3 files changed, 5 insertions(+) diff --git a/common/l