Hello build bot (Jenkins), Angel Pons, Michael Niewöhner, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/44365
to look at the new patch set (#4).
Change subject: soc/intel/skylake: Refactor ternary expressions ......................................................................
soc/intel/skylake: Refactor ternary expressions
To be consistent with the rest of the tree, replace all left ternary expressions, which are used for device enablement / disablement, with `dev && dev->enabled`.
Change-Id: Ie7afa48bf2c8bdad5a043f7cb6953d05b7b6597d Signed-off-by: Felix Singer felixsinger@posteo.net --- M src/soc/intel/skylake/chip.c M src/soc/intel/skylake/romstage/romstage.c 2 files changed, 10 insertions(+), 10 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/44365/4