Loading drivers/char/diag/diag_ipc_logging.h +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ #define DIAG_DEBUG_PERIPHERALS 0x0008 #define DIAG_DEBUG_MASKS 0x0010 #define DIAG_DEBUG_POWER 0x0020 #define DIAG_DEBUG #ifdef DIAG_DEBUG extern uint16_t diag_debug_mask; Loading drivers/char/diag/diagchar_core.c +1 −1 Original line number Diff line number Diff line Loading @@ -2713,7 +2713,7 @@ static void diag_debug_init(void) * Set the bit mask here as per diag_ipc_logging.h to enable debug logs * to be logged to IPC */ diag_debug_mask = 0; diag_debug_mask = DIAG_DEBUG_PERIPHERALS; } #else static void diag_debug_init(void) Loading Loading
drivers/char/diag/diag_ipc_logging.h +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ #define DIAG_DEBUG_PERIPHERALS 0x0008 #define DIAG_DEBUG_MASKS 0x0010 #define DIAG_DEBUG_POWER 0x0020 #define DIAG_DEBUG #ifdef DIAG_DEBUG extern uint16_t diag_debug_mask; Loading
drivers/char/diag/diagchar_core.c +1 −1 Original line number Diff line number Diff line Loading @@ -2713,7 +2713,7 @@ static void diag_debug_init(void) * Set the bit mask here as per diag_ipc_logging.h to enable debug logs * to be logged to IPC */ diag_debug_mask = 0; diag_debug_mask = DIAG_DEBUG_PERIPHERALS; } #else static void diag_debug_init(void) Loading