From 340ddc2163f7ad6e9ebd00c5a5c0085fa086b61a Mon Sep 17 00:00:00 2001 From: Manoj Prabhu B Date: Thu, 17 May 2018 12:08:51 +0530 Subject: [PATCH] diag: Add new log codes to diag mask The patch adds new requested log codes to diag mask. Change-Id: I4124e55077ae63b9c0c349feed409851108261d3 Signed-off-by: Manoj Prabhu B --- include/linux/diagchar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/diagchar.h b/include/linux/diagchar.h index 16e41b4ce437..2cd41e0cd394 100644 --- a/include/linux/diagchar.h +++ b/include/linux/diagchar.h @@ -881,7 +881,7 @@ static const uint32_t msg_bld_masks_25[] = { /* LOG CODES */ static const uint32_t log_code_last_tbl[] = { 0x0, /* EQUIP ID 0 */ - 0x1C68, /* EQUIP ID 1 */ + 0x1C6A, /* EQUIP ID 1 */ 0x0, /* EQUIP ID 2 */ 0x0, /* EQUIP ID 3 */ 0x4910, /* EQUIP ID 4 */ -- 2.11.0