commit | a7ea624d7e52d22b57464288889c12af6c760996 | [log] [tgz] |
---|---|---|
author | Jennifer Williams <jennifer.m.williams@intel.com> | Mon Apr 05 17:43:45 2021 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Apr 06 14:37:24 2021 -0400 |
tree | 23250bade4735c190d81e76e83e238df3c755450 | |
parent | 9f7061a83d568c4b24699a3a3c24dd9a1bfa5f97 [diff] |
tests: kernel: key has wrong type in test_prevent_interruption The test_prevent_interruption() uses a key for the irq_lock(), but the key has incorrect data type. This commit makes the key unsigned int according to API docs. Fixes #34023 Signed-off-by: Jennifer Williams <jennifer.m.williams@intel.com>