aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/ibase/mb899
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-05-15 21:07:16 +1000
committerMarc Jones <marc.jones@se-eng.com>2014-05-21 02:17:20 +0200
commit0deb355d0e7f042cbcf6d74937b39729c7eaac0f (patch)
treefd2d9c45a603a9876bfe7b6d9d28dfe52e410394 /src/mainboard/ibase/mb899
parent8a661ed788ff1373015a5c6b705e2e32b63ebe4a (diff)
vendorcode/amd/agesa: unsigned enum is strictly positive
The typedef'ed BIT_FIELD_NAME enum is type unsigned. The parameter 'FieldName' is decleared with type BIT_FIELD_NAME and thus the redudant comparison of unsigned enum expression >= 0 is always true. BIT_FIELD_NAME is declared in vendorcode/amd/agesa/f14/Proc/Mem/mm.h Change-Id: Id2f03596c44b68e861e939f3528256d4b08c45ce Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/5757 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/mainboard/ibase/mb899')
0 files changed, 0 insertions, 0 deletions