summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i945/rcven.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-06-11 13:24:54 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-06-12 09:17:18 +0000
commit304925714d6ba6f8e7ba68d33475fb1ae58f0390 (patch)
tree17fd9bf18a232801612ae3b11e79ed7ca8b8a305 /src/northbridge/intel/i945/rcven.c
parentf2ccd072ccb0ff3e256b233a25a26f71c20b78ed (diff)
downloadcoreboot-304925714d6ba6f8e7ba68d33475fb1ae58f0390.tar.xz
nb/intel/i945: Clean up raminit coding style
Tested with BUILD_TIMELESS=1, Getac P470 does not change. Change-Id: I17739a9663d809647c22c415a0998edb61c04484 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42283 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/northbridge/intel/i945/rcven.c')
-rw-r--r--src/northbridge/intel/i945/rcven.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/i945/rcven.c b/src/northbridge/intel/i945/rcven.c
index 58fcfbcf60..ea37d9c4f3 100644
--- a/src/northbridge/intel/i945/rcven.c
+++ b/src/northbridge/intel/i945/rcven.c
@@ -291,7 +291,7 @@ static int receive_enable_autoconfig(int channel_offset, struct sys_info *sysinf
* It can be removed when the output message is not printed anymore
*/
if (MCHBAR8(C0WL0REOST + channel_offset) == 0)
- printk(BIOS_DEBUG, "Weird. No C%sWL0REOST\n", channel_offset?"1":"0");
+ printk(BIOS_DEBUG, "Weird. No C%sWL0REOST\n", channel_offset ? "1" : "0");
return 0;
}