cxgbe(4): Display CF facility correctly in the device log.

MFC after:	3 days
This commit is contained in:
Navdeep Parhar 2014-07-15 18:24:41 +00:00
parent f7a9f1784f
commit bae4e5af99

View File

@ -5546,6 +5546,7 @@ const char *devlog_level_strings[] = {
const char *devlog_facility_strings[] = {
[FW_DEVLOG_FACILITY_CORE] = "CORE",
[FW_DEVLOG_FACILITY_CF] = "CF",
[FW_DEVLOG_FACILITY_SCHED] = "SCHED",
[FW_DEVLOG_FACILITY_TIMER] = "TIMER",
[FW_DEVLOG_FACILITY_RES] = "RES",