Skip to content

Commit

Permalink
net: define LOG_CATEGORY
Browse files Browse the repository at this point in the history
Define LOG_CATEGORY to allow filtering with log command.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
  • Loading branch information
patrickdelaunay authored and mellowcandle committed Jul 22, 2021
1 parent b547f4b commit 79d191e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/eth-uclass.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* Joe Hershberger, National Instruments
*/

#define LOG_CATEGORY UCLASS_ETH

#include <common.h>
#include <bootstage.h>
#include <dm.h>
Expand Down

0 comments on commit 79d191e

Please sign in to comment.