Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/62342 )
Change subject: sb/intel/lynxpoint: Fix up comment ......................................................................
sb/intel/lynxpoint: Fix up comment
Change-Id: Ie46b63d192b8e4871442f6b0db5b1575168f89ce Signed-off-by: Angel Pons th3fanbus@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/62342 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Lean Sheng Tan sheng.tan@9elements.com --- M src/southbridge/intel/lynxpoint/lpc.c 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Lean Sheng Tan: Looks good to me, approved
diff --git a/src/southbridge/intel/lynxpoint/lpc.c b/src/southbridge/intel/lynxpoint/lpc.c index ea84def..71ce080 100644 --- a/src/southbridge/intel/lynxpoint/lpc.c +++ b/src/southbridge/intel/lynxpoint/lpc.c @@ -691,8 +691,8 @@ int index) { /* - * Check if the register is enabled. If so and the base exceeds the - * device's default, claim range and add the resource. + * Check if the register is enabled. If so, and the base exceeds the + * device's default claim range, add the resource. */ if (reg_value & 1) { u16 base = reg_value & 0xfffc;