diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2022-05-14 16:16:36 +0200 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-05-15 23:58:14 +0000 |
commit | 026978bce588f9d26d443fbacbf8dcc90957e331 (patch) | |
tree | 67a348360fdb02ebe35592f6b2ae16b0bb2d16df /util/lint/lint-007-checkpatch | |
parent | 7e0af339ee1e8c4aa3a4ddd65e02070dea5debac (diff) |
soc/intel/alderlake: Move array declaration
Clang does not like array declarations inside plain switch cases. There
are 2 options to fix this: use a block inside the switch statement, or
declare it outside the switch statement. This does the latter.
Change-Id: I9a02136fd63ac171b2bec4647c30c7eece930246
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64349
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'util/lint/lint-007-checkpatch')
0 files changed, 0 insertions, 0 deletions