Skip to content

Commit da4976e

Browse files
Hariprasad Shenaidavem330
authored andcommitted
cxgb4: Adds a new Device Log Facility FW_DEVLOG_FACILITY_CF
The firmware team added a new Device Log Facility FW_DEVLOG_FACILITY_CF, but the driver has been decoding Device Log messages with that Facility as "(NULL)", fixing it. Signed-off-by: Hariprasad Shenai <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent b369554 commit da4976e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -940,6 +940,7 @@ static const char * const devlog_level_strings[] = {
940940

941941
static const char * const devlog_facility_strings[] = {
942942
[FW_DEVLOG_FACILITY_CORE] = "CORE",
943+
[FW_DEVLOG_FACILITY_CF] = "CF",
943944
[FW_DEVLOG_FACILITY_SCHED] = "SCHED",
944945
[FW_DEVLOG_FACILITY_TIMER] = "TIMER",
945946
[FW_DEVLOG_FACILITY_RES] = "RES",

0 commit comments

Comments
 (0)