From de7f0736a16edb8d34df6e057b87a0bc1fbf7874 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 21 Jun 2018 15:04:51 +0300 Subject: mb/*/chromeos.c: Fix PRE_RAM and unify style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I99b9c0452ed0e6d580edb5a4f3317d776085b382 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/30399 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/mainboard/google/stout/chromeos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google/stout/chromeos.c') diff --git a/src/mainboard/google/stout/chromeos.c b/src/mainboard/google/stout/chromeos.c index 6d77a2aead..5301d30b67 100644 --- a/src/mainboard/google/stout/chromeos.c +++ b/src/mainboard/google/stout/chromeos.c @@ -101,7 +101,7 @@ int get_recovery_mode_switch(void) #else static int ec_in_rec_mode = 0; static int ec_rec_flag_good = 0; - struct device *dev = dev_find_slot(0, PCI_DEVFN(0x1f, 0)); + struct device *dev = pcidev_on_root(0x1f, 0); #endif u8 ec_status = ec_read(EC_STATUS_REG); -- cgit v1.2.3