diff options
| author | Manoj Prabhu B <bmanoj@codeaurora.org> | 2018-05-17 12:08:51 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-05-17 02:05:53 -0700 |
| commit | 340ddc2163f7ad6e9ebd00c5a5c0085fa086b61a (patch) | |
| tree | b7da30a11a9883215b245d793af484414c3f6570 | |
| parent | 845a8313ad9f99527da5401e522f266285e6c6a4 (diff) | |
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 <bmanoj@codeaurora.org>
| -rw-r--r-- | include/linux/diagchar.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
