From 2aa13eff9d5df7c19898acecbcdb2fda1ec00d44 Mon Sep 17 00:00:00 2001 From: Maulik V Vaghela Date: Sat, 26 May 2018 15:32:28 +0530 Subject: mainboard/intel/dg41wv: Fix lint check error Fix lint error due to non-ASCII characters BUG=none BRANCH=none TEST=check if no error in checkpatch.pl script. Change-Id: Iec7682e460c8e0d467a70349a23390554cc1de92 Signed-off-by: Maulik V Vaghela Reviewed-on: https://review.coreboot.org/26562 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/mainboard/intel/dg41wv/devicetree.cb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/intel/dg41wv') diff --git a/src/mainboard/intel/dg41wv/devicetree.cb b/src/mainboard/intel/dg41wv/devicetree.cb index 315cc06b85..214c49b4c3 100644 --- a/src/mainboard/intel/dg41wv/devicetree.cb +++ b/src/mainboard/intel/dg41wv/devicetree.cb @@ -95,8 +95,8 @@ chip northbridge/intel/x4x # Northbridge subsystemid 0x8086 0x5756 end device pci 1e.0 on end # PCI bridge - device pci 1e.2 off end # AC ’97 Audio Controller - device pci 1e.3 off end # AC ’97 Modem Controller + device pci 1e.2 off end # AC'97 Audio Controller + device pci 1e.3 off end # AC'97 Modem Controller device pci 1f.0 on # ISA bridge subsystemid 0x8086 0x5756 chip superio/winbond/w83627dhg -- cgit v1.2.3