soc/amd/stoneyridge/southbridge.c: Change comparison order
commitbdd272a95161c2743a262015db0c640b657c5a24
authorRichard Spiegel <richard.spiegel@amd.corp-partner.google.com>
Tue, 16 Oct 2018 20:53:05 +0000 (16 13:53 -0700)
committerPatrick Georgi <pgeorgi@google.com>
Thu, 18 Oct 2018 12:47:31 +0000 (18 12:47 +0000)
treece75fd8356834202a8c4d749e9f6dd7563207eae
parentd46bb6bdf0ad2be0bbd5d01a7248785e6da11014
soc/amd/stoneyridge/southbridge.c: Change comparison order

Comparison should place the constant on the right side. Southbridge.c has 6
instances where the opposite happens. Reverse the order of six comparisons
to eliminate checkpatch warnings:
WARNING: Comparisons should place the constant on the right side of the test

BUG=b:117656929
TEST=Build grunt.

Change-Id: I94f17b81f845fa94599f93c0be1144ffcb8e4165
Signed-off-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Reviewed-on: https://review.coreboot.org/29153
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
src/soc/amd/stoneyridge/southbridge.c