Philippe Mathieu-Daudé has posted comments on this change. ( https://review.coreboot.org/21361 )
Change subject: agesa/f15tn: Put parentheses around logic op
......................................................................
Patch Set 1: Code-Review-1
simply use:
if ( LocalCfgPtr->Gec.PtrDynamicGecRomAddress != 0 ) {
or
if ( LocalCfgPtr->Gec.PtrDynamicGecRomAddress ) {
--
To view, visit
https://review.coreboot.org/21361
To unsubscribe, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I4d7dfaa5fcf0e95acd650e4c129e0899b5d68f09
Gerrit-Change-Number: 21361
Gerrit-PatchSet: 1
Gerrit-Owner: Damien Zammit
damien@zamaudio.com
Gerrit-Reviewer: Philippe Mathieu-Daudé
f4bug@amsat.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Comment-Date: Mon, 04 Sep 2017 00:07:53 +0000
Gerrit-HasComments: No